body,html{font-family:Inter,sans-serif;position:fixed;margin:0;padding:0;height:100%;overflow:hidden;background-color:#000;transition:opacity .25s ease-out}a:link{color:white;background-color:transparent;text-decoration:underline}a:visited,a:active{color:white;background-color:transparent;text-decoration:underline}a:hover{color:#FF00FF;background-color:transparent;text-decoration:underline}video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:1;transform:translateX(-50%) translateY(-50%);background-size:cover}#text-container{position:fixed;width:30vw;text-align:justify;top:50%;transform:translateY(-50%);padding-left:2vmin;z-index:2;color:white;animation:fadeIn .5s ease-in-out forwards}#text-container h1{margin-bottom:0}#text-container p{margin-top:0}@media (max-width:800px){#text-container{width:95%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}