*{box-sizing:border-box}body{padding:0;margin:0;min-height:100vh;background:url("/assets/bg.jpg") no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;font-family:"Barlow",sans-serif;font-weight:200;color:#59554f;font-size:1.5rem}.content{position:absolute;top:0;right:0;bottom:0;left:0;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.6)}.content .logo{background:url("/assets/icon.svg") no-repeat;background-size:200px 200px;width:200px;height:200px;margin-bottom:30px;transform-origin:top center;animation:swing 3s 1s infinite}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.content .desc{font-size:64px;color:#fbfbfb}