@font-face
{
    font-family: TikTok;
    src: url("Futura Maxi CG Bold Regular.otf");
}

html, body
{
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #000;
    font-family: TikTok;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
}

#content
{
    width: 100vw;
    display: flex;
    justify-content: center;
}

#stuff
{
    text-align: center;
}

#logo-img
{
    margin-top: 4em;
    max-width: 90vw;
    max-height: 22em;
}

#plus-tiktok
{
    font-size: 3em;
    margin-top: -1em;
    margin-left: auto;
}

header
{
    font-size: 3em;
    padding-top: 1.2em;
}

.yt
{
    width: 50vw;
    aspect-ratio: 16 / 9 !important;
}

@media only screen and (orientation: portrait)
{
    .yt
    {
        width: 90vw;
        height: 23em;
        aspect-ratio: 16 / 9 !important;
    }
}


.button
{
    background-color: #fff;
    color: #000;
    font-size: 3em;
    margin-top: 1.5em;
    display: inline-block;
    width: auto;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.8em;
    margin-bottom: 1em;

    transition: color 0.1s;
}

.button:hover
{
    cursor: pointer;
    color: #ff0061;
}

.logos
{
    margin-top: 1.6em;
    margin-bottom: 1.5em;
    height: 6em;
}

.lol
{
    margin-bottom: 3em;
}