body{
    color:#333; 
    font-family: 'Courier New', Courier, monospace;
    margin:0px;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
#videoBg{
    filter: blur(15px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#videoBg video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    
}
#copy{
    width:100vw;
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#copy .copy_container{
    width:50%;
    align-items: center;
    text-align: center;
    display: inherit;
    flex-direction: column;
}
@media(max-width: 720px){
    #copy .copy_container{
        width:90%;
    }
}
#copy .copy_container blockquote{
    text-align: center;
}
#links ul{
    list-style: none;
}
#links ul li{
    display: inline-flex;
}
#links ul li a{
    color: #333;
}