@font-face {
    font-family: "NIKECOURT-Display";
    src:
        url("/fonts/NIKECOURT-DisplayRegular.woff2") format("woff2"),
        url("/fonts/NIKECOURT-DisplayRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "NIKECOURT-Micro";
    src:
        url("/fonts/NIKECOURT-MicroRegular.woff2") format("woff2"),
        url("/fonts/NIKECOURT-MicroRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NIKECOURT-Tight";
    src:
        url("/fonts/NIKECOURT-TightRegular.woff2") format("woff2"),
        url("/fonts/NIKECOURT-TightRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NIKECOURT-Tight";
    src:
        url("/fonts/NIKECOURT-TightBold.woff2") format("woff2"),
        url("/fonts/NIKECOURT-TightBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

video {
    width: 100%;
    border: 1px solid white;
}
#share {
    display: none;
}
html {
    height: 100%;
    margin: 0;
}
body {
    background-color: black;
    font-family: "NIKECOURT-Display";
    display: flex;

    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0;
    color: white;
}

header {
    height: 2rem;
    padding: 2rem;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}
header img {
    height: 4.5rem;
    width: auto;
    display: block;
    margin: auto;
}
footer {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 2rem;
    margin-top: 2rem;
}
footer img {
    height: 1.8rem;
    width: auto;
    display: block;
    margin: auto;
}
section {
    padding: 5%;
    padding-top: 8rem;
    padding-bottom: 5rem;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: auto;
}
.container {
    max-width: 600px;
}
h1 {
    color: white;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 86.5%;
    text-transform: uppercase;
    font-weight: normal;
}

.buttons {
    display: flex;
    gap: 3rem;
}
button {
    border: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    color: white;
    padding: 1.3rem 0rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem;
    flex: 1;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
}

#share {
    background-color: white;
    color: black;
    border: none;
    font-family: "NIKECOURT-Tight";
    font-weight: 700;
}
#download {
    border: 1px solid white;
    font-family: "NIKECOURT-Tight";
    font-weight: 400;
}
section img {
    display: block;
    margin: auto;
    width: 6rem;
    margin-bottom: 3rem;
}
p {
    color: white;
    text-align: center;
    font-family: "NIKECOURT-Micro";
    font-size: 1rem;
    margin-top: 1.3rem;
}
@media screen and (max-width: 700px) {
    section {
        padding: 30px;
        padding-top: 8rem;
    }
    .buttons {
        display: block;
        margin-top: 1rem;
    }
    button {
        width: 100%;
        margin-top: 1rem;
    }
}

.front img {
    width: 100%;
    margin-bottom: auto;
    max-width: 15rem;
}
