html{height:100%}body{background-color:#28b2b4!important;background:linear-gradient(to bottom right,#000 55%,#002a2a);background-size:200% 200%!important;font-family:quasimoda,sans-serif;color:#fff;font-weight:100;animation:colors 3s cubic-bezier(.65,.05,.36,1);animation-fill-mode:forwards}#logo{width:20vw;margin-bottom:45px}#contorno-logo{position:fixed;right:-40vh;top:2vh;height:120vh;animation:contorno 5s ease-out;animation-fill-mode:forwards}.wrapper{margin-left:5%;margin-top:5%}.wrapper h1{font-size:50px;margin-top:0}.wrapper h3{font-size:28px;margin-bottom:0}.wrapper span{display:inline-block;text-align:left;font-size:26px}.wrapper a{color:#fff;margin-right:20px}.wrapper i{padding:10px;border:2px solid #fff;border-radius:50%}.wrapper .social{position:relative;margin-top:50px}span.cursor{font-size:30px;-webkit-animation:blink .7s infinite;-moz-animation:blink .7s infinite;animation:blink .7s infinite}@media (max-width:768px){body{background:linear-gradient(140deg,#000 55%,#002a2a)}#logo{width:70vw;margin-left:auto;margin-right:auto;display:block}#contorno-logo{height:100vh;opacity:.07}.wrapper{margin-left:2%;margin-top:15vh}.wrapper h1{font-size:34px}.wrapper h3{font-size:22px}.wrapper span{font-size:22px}.wrapper .social{text-align:center;position:fixed;bottom:15vh;width:100%;left:0}.wrapper .social i{font-size:22px}.wrapper .social a{margin:5px}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@-moz-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes colors{0%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes contorno{0%{opacity:0}100%{opacity:.078}}