@keyframes fadein{0%{opacity:0}to{opacity:1}}body{margin:0;min-height:100vh;min-width:100vw;background-color:#000;background-image:url(/img/bg.png);background-repeat:no-repeat;background-size:cover;background-position:center}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}.container{max-width:680px;margin:24px auto 0}.logo{max-width:90%;width:250px;height:auto}.footer{margin-top:150px;text-align:center}.text-center{text-align:center}.text-right{float:right}.margin-bottom-md{margin-bottom:30px}.margin-bottom-lg{margin-bottom:60px}.fadein{opacity:0;animation:fadein .4s;animation-fill-mode:forwards;animation-delay:.2s}
