@viewport {
    width: device-width;
    zoom: 1.0;
} 

@-ms-viewport {
    width: device-width;
}

:root {
    color-scheme: only light;
  }

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
}

h2 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 2em;
    cursor: default;
    text-align: center;
    margin: 0;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cls-g7d2 {
    height: 100vh;
    width: 100%;
    white-space: nowrap;
    word-break: normal;
    text-align: center;
    background-color: #001257;
    background-image: url('https://cdn.xarot.dev/www/images/jpg/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}

.cls-1nc2 {
    vertical-align: middle;
    display: inline-block;
}

.cls-1nc2 a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cls-1nc2 a img {
    width: 300px;
}

.cls-1r2v {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
}
