@font-face {
    font-family: 'ChevySans';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-Regular.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Regular.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ChevySans-Medium';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-Medium.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Medium.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ChevySans-Demi';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-Demi.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Demi.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ChevySans-Black';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-Black.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Black.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ChevySans-Bold';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-Bold.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Bold.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ChevySans-CondensedMedium';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-CondensedMedium.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-CondensedMedium.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-CondensedMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChevySans-CondensedRegular';
    src: url('https://imgs.gmcontent.ca/fonts/ChevySans-CondensedRegular.woff2') format('woff2'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-CondensedRegular.woff') format('woff'),
        url('https://imgs.gmcontent.ca/fonts/ChevySans-CondensedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#bg-particles-js {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(5px);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    background-color: transparent;
    padding: 16px 32px;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
    gap: 32px;
    font-family: ChevySans-Medium, Arial, Helvetica, sans-serif;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
}

.content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 240px;
    padding: 32px;
    width: 100%;

}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 550px;
}

.left-column .brand-logo {
    width: 400px;
    height: 130px;
    display: flex;
}

.left-column img.event-logo {
    width: 482px;
    height: 288px;
    margin-bottom: 60px;
}

.right-column {
    display: flex;
    flex-direction: column;
    width: 745px;

}

.text-main {
    font-family: ChevySans-Medium, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.text-legal {
    font-family: ChevySans-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}


.legal {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0 40px;
}

.legal input {
    display: table-cell;
    vertical-align: top;
    height: 20px;
}

.start-btn {
    background-color: #ffffff;
    color: white;
    border: none;
    height: 60px;
    margin: 100px 0 40px 0;
}

.start-btn a {
    color: #393839;
    opacity: 30%;
    font-family: ChevySans-Bold, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 20px 80px;
    line-height: 24px;
    text-decoration: none;
}

.text-main-game {
    font-family: ChevySans-Black, Arial, Helvetica, sans-serif;
    font-size: 102px;
    line-height: 112px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}