body{font-family:"Inter",sans-serif;background-color:#000;padding:0;margin:0;height:100vh;width:100vw;overflow:hidden}body .content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:10;color:#fff;text-align:center;letter-spacing:1px;line-height:30px;font-size:20px;font-weight:200;display:flex;flex-wrap:wrap}body .content #logo{margin-bottom:50px}body .content a{color:#fff;margin:5px 0;padding:0;text-decoration:none;width:100%;transition:color .3s ease-in-out;font-size:20px}body .content a.phone{font-size:24px}body .content a:hover{cursor:pointer;color:rgba(255,123,0,.875)}body canvas{z-index:1}@media screen and (max-width: 844px){body .content{width:100%}body .content #logo{width:100%;margin-bottom:0}body .content a{font-size:16px}body .content a.phone{font-size:20px}}
/*# sourceMappingURL=style.css.map */

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .content {
    justify-content: center;
}

#logo img {
    max-width: 600px;
    width: 90vw;
    height: auto;
    filter: invert(1);
}