        @font-face {
            font-family: BMWFont;
            src: url(BMWHelvetica-Bold.otf);
        }

        .top-spacer {
            height: 150px;
        }

        .content {
            width: 80%;
            margin: auto;
            margin-bottom: 100px;
            margin-top: 150px;
        }

        h1 {
            color: #ffffff;
            font-size: 60px;
            text-align: center;
            font-family: 'BMWFont', BMWFont, monospace;
            font-weight:lighter;
            font-style: italic;
            text-decoration-thickness: 2px;
            margin: 0px;
            text-shadow: 5px 3px 4px #000000;
        }

        h2 {
            color: #ffffff;
            font-size: 60px;
            text-align: center;
            font-family: 'BMWFont', BMWFont, monospace;
            font-weight:lighter;
            text-decoration-thickness: 2px;
            font-style: italic;
            margin-top: 20px;
        }

        p {
            color: #ffffff;
            font-size: 30px;
            text-align: center;
            font-family: 'BMWFont', BMWFont, monospace;
            font-weight:lighter;
            margin-top: 0px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 2rem;
            padding-right: 2rem;
        }

        img {
            max-height: 100%;
            max-width: 100%;
        }

        input {
            color:#1e1e1e;
            text-align: center;
            font-family: 'BMWFont', BMWFont, monospace;
            font-weight:lighter;
            border-radius: 7px;
            width: 100%; 
            height: 4rem;
            padding: 0%;
            margin: 10px;
            border: 2px;
            font-size: 20px;
        }

        .highlighted {
            margin-top: 50px;
            margin-bottom: 50px;
            background-color: #1e1e1e;
            border-radius: 7px;
            color: white;
            text-shadow: 5px 3px 4px #000000;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            padding-top: 1rem;
            padding-bottom: 2rem;
        }

        a {
            color: #16588E;
        }

        body {
            margin: 0; 
            background-color: #121212;
        }

        .countdown {
            color:#e6e6e6;

            font-size: 4rem;
            text-align: center;
            text-align: center;
            font-family: 'BMWFont', BMWFont, monospace;
            font-weight:lighter;
            margin-top: 150px;
            border-radius: 7px;
            color: white;


            padding-top: 10px;
            padding-bottom: 10px;
            margin-bottom: 150px;
            margin-left: 2rem;
            margin-right: 2rem;
        }

        .bmw-flag {
            transform: translateX(-50px) translateY(-50px);
            height: 100px;
        }

        .bmw-3 {
            background-color: #E7222E;
            transform: skewY(-45deg);
            height: 75px;
            width: 40%;
            box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        .bmw-2 {
            background-color: #16588E;
            transform: skewY(-45deg);
            height: 75px;
            width:40%;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }

        .bmw-1 {
            background-color: #81C4FF;
            transform: skewY(-45deg);
            height: 75px;
            width:40%;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
