body
{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:top;

    color:#FFF;
    font-family:sans-serif;
    text-align:center;
    margin:0;

    background-color:#000;
    background-image:url("/static/mst3k-wide.png");
    background-repeat:no-repeat;
    background-position:bottom;
    height:100vh;
}

a
{
    color:#FF0;
    text-decoration:none;
}

#video-frame
{
    flex:4 0 100%;
}

#video
{
    width:1280px;
    height:720px;
    border:1px solid #777;
    max-height:100vh;
    background-image:url("/static/pokyfriends-in-fiction.jpg");
    background-size:contain;
}

#bottom
{
    flex:1 1;
    display:flex;
    justify-content:space-between;
    margin-left:1em;
    margin-right:1em;
}

input[name=other]
{
    display:none;
}

#discord-link
{
    padding:0.25em;
}

#discord-link:hover
{
    color:#FF77B1;
}

#links
{
    flex:1;
    display:flex;
    align-items:center;
    padding-right:0.5em;
    font-size:larger;
}

#links img
{
    margin-right:1em;
}

#vlc
{
    min-width:30%;
}

#vlc input
{
    width:45ch;
    text-align:center;
}

