html, body
{
    width: 99.5%;
    height: 99.5%;
}


header{
    width: 100%;
    height: 10%;
    background-color: rgb(20, 20, 20);
    text-align: center;
    color: snow;
    float: left;
}

main
{
    background-color: rgb(33, 33, 33);
    float: left;
    width: 100%;
    height: 80%;
    float: left;
}

.vid
{
    width: 25%;
    height: 25%;
    float: left;
    text-align: center;
    text-decoration: none;
    border-radius: 5%;
    background-color: rgb(45, 45, 45);
}

.thumbnail
{
    width: 95%;
    height: 95%;
}

.vid_title
{
    text-align: center;
}

p
{
    color: snow;
    font-family: sans-serif;
    padding: 15px;
    text-align: justify;
}

footer
{
    background: #000;
    color: snow;
    float: left;
    width: 100%;
    height: 10%;
}