@font-face {font-family: TitlingGothic; src: url(TitlingGothicFBNarrowRegular.otf);}
body {background-image: url("new-bg.jpg"); color:#f2e8d3; font-family: TitlingGothic; overflow: hidden; margin: 0px;}
a {color:#f2e8d3; text-decoration:none}
.logo {position: fixed; top: 50%; left: 50%; margin-top: -92.5px; margin-left: -114px;}
.copyright {text-align: center; position: absolute; bottom: 20px; width:100%; letter-spacing: 5px; font-size: 12px; line-height: 24px;}

@media (min-width: 2030px) {
body {background-size: cover;}
}

@media (max-width: 540px) {
.copyright {font-size: 7px; letter-spacing: 3px; line-height: 15px;}
}