.MINDYOURBUSINESS {
    color: rgb(219, 179, 46);
}
p {
    font-size: small;
    font-family: monospace;
    text-align: center
}
.LALA {
    background-image: url(public/inblackthereisnothingindarkthereistheshadowofthegreatbehemoth.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    display: flex; flex-direction: column;
    
}

.thumbnail { 
    display:block; 
    z-index:999; 
    cursor: pointer; 
    -webkit-transition-property: all; 
    -webkit-transition-duration: 0.3s; 
    -webkit-transition-timing-function: ease-in-out; 
    transition-timing-function: 5s;
    margin-left: auto;
    margin-right: auto;
    } 
    
.thumbnail:hover { 
    transform: scale(1.25); 
    }
video {
    z-index: 1;
}