@font-face {
    font-family: 'Aonic-Medium';
    src: url("/fonts/Aonic-Medium.ttf") format("truetype");
}

body {
    font-family: 'Aonic-Medium', Arial, sans-serif;
    background-color: #000;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

a {
    color: #1E90FF;
    text-decoration: none;
}

.next {
    display: inline-block;
    transform-origin: center;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #1E90FF;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s;
}

.next:hover {
    background-color: #13518f;
    color: #fff;
    border-radius: 5px;
    transform: scale(1.25);
    transition: all 0.3s;
}

.langloader {
    position: absolute;
    right: 5%;
    top: 5%;
}