body,html{margin:0;padding:0;box-sizing:border-box;height:100%}body{animation:fadeInAnimation ease-out 2s}@keyframes fadeInAnimation{from{opacity:0}to{opacity:1}}body{background-color:#040404;color:#fff;position:relative;padding:3rem 1.5rem}body::before{content:"";position:fixed;background:linear-gradient(rgba(0,0,0,.4) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.7) 100%),url(../img/home_3.jpg)50% 0 no-repeat;filter:grayscale(100%);left:0;right:0;top:0;height:100vh;background-size:cover;z-index:-1}.content{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.content h1{margin:0;font-size:4rem;font-family:play,sans-serif;color:#dbdbdb}.content a{margin-top:.75rem;margin-left:4px;color:#6294e4;text-decoration:none;font-size:2rem;font-family:geologica,sans-serif;font-weight:100}.content a:hover{font-weight:300}@media screen and (min-width:1024px){.content{justify-content:center;padding-left:3rem}.content h1{font-size:6rem;margin-bottom:2rem}.content a{font-size:2.5rem}}