html,body{position:relative;font-family:"Roboto",sans-serif;font-size:16px;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;box-sizing:border-box;background-color:#000;margin:0;padding:0;overflow:auto;overflow-x:hidden}body{background:url("/img/background.jpg") no-repeat center top;background-size:cover;padding:0;margin:0;width:100%;min-height:100vh;color:#fff}@media screen and (orientation: portrait){body{background-image:url("/img/background_mobile.jpg")}}main{text-align:center;margin-top:50px}main .logo{width:90px;height:128px}main h1{font-weight:400}main h1 b{color:#f7941e}main .links{margin:auto;max-width:300px}main .links a{background:#000;color:#fff;border:0;outline:none !important;text-decoration:none;display:flex;align-items:center;padding:8px 12px;border-radius:3px;margin-bottom:10px}main .links a:hover{background:#0d0d0d}main .links a img{width:26px;height:26px;margin-right:12px}