@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=VT323&display=swap');@font-face {  font-family: 'Nope';  src: url('nope_8p.ttf') format('truetype');}#background video{    object-fit: cover;    position: fixed;    width: 100%;    height: 100%;    left: 0;    top: 0;    z-index: -3;}#background:before{    content: '';    display: block;    height: 100%;    left: 0;    position: fixed;    top: 0;    width: 100%;    z-index: -2;/*    background-image: linear-gradient(23deg, rgba(255,213,65,0.6) 25%, rgba(135, 72, 139, 0.7) 70%);*/    background-position: 0% 0%;    background-repeat: repeat;    background-size: cover;}#sb-logo{    position: absolute;    margin: 0 auto;    display: block;    width: 100%;    height: 380px;    overflow: hidden;    z-index: -1;}#sb-logo video{    position: absolute;    left: -100%;    right: -100%;    margin: 0 auto;    width: 680px;    z-index: -1;}#sb-logo p{    position: absolute;    bottom: 90px;    width: 100%;    font-size: 28px;    z-index: -2;}img#ff-logo{    position: fixed;    bottom: 20px;    right: 20px;    height: 100px;    z-index: -1;}body{    font-family: "Nope", sans-serif;    font-size: 24px;    color: #feb;    font-weight: normal;    text-align: center;}p#wishlist {    z-index: 1;    margin-bottom: 40px;}#content{    width: 70vw;    margin: 0 auto;    padding-top: 300px;}#social-media{    margin-top: 70px;}#social-media a{    text-decoration: none;    color: #feb;    margin: 0 7px 0 7px;    display: inline-block;    position: relative;    width: 32px;    height: 32px;}#social-media a svg{    width: 32px;    height: 32px;}#social-media a path{    transform: translate(-16px, -16px);    fill: #feb;}#social-media a:hover path{    fill: #928;}#bottom-links{    margin-top: 20px;    margin-bottom: 40px;}#bottom-links a{    display: inline-block;    width: 80px;    margin-bottom: 5px;}a{    color: #feb;}a:hover{    color: #928;}#mce-responses{    margin: 15px 0 0 0;}#mce-error-response{    color: #827;}#mce-success-response{    color: #afb;}form label{    display: block;    margin-bottom: 7px;}form input{    border: 0.5px solid #feb;    border-radius: 3px;    background-color: #feb;    color: #222;    padding-left: 5px;    padding-right: 5px;}form input[type=email]{    width: 180px;}form input:focus{    outline-color: #d7a;    outline-style: solid;    outline-width: 2px;}form input[type=submit]{    border: 1px solid #feb;    border-radius: 3px;    background-color: #a59;    color: #feb;}form input[type=submit]:hover{    background-color: #827;}@media screen and (max-width: 600px){    #content    {        width: 90%;        padding-top: 270px;    }    #sb-logo    {        height: 350px;        margin-bottom: 0px;    }    #sb-logo video    {        width: 580px;    }    #sb-logo p    {        bottom: 103px;        font-size: 24px;    }    img#ff-logo    {        height: 75px;        bottom: 15px;        right: 15px;    }}@media screen and (max-height: 520px) and (max-width: 500px){    img#ff-logo    {        display: none;    }}@media screen and (max-width: 350px){    img#ff-logo    {        display: none;    }}