body {
    min-height: 100%;
}

main {
    padding-top: 10vh;
    margin-bottom: 10vh;
    min-height: 80vh;
    width: auto;
}

#vw {
    text-align: center;
}

#loopVideo {
    display: flex;
    flex-direction: column;
    padding: 2%;
}

#topageV {
    display: block;
    margin-bottom: 9%;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    height: auto;
    padding: 1%;
    border-top: 0.5em solid black;
}

#topageV:hover {
    background-color: rgba(250, 235, 215, 0.486);
}

#looph {
    color: rgb(131, 180, 219);
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
}

#vem {
    font-weight: 700;
    color: black;
}