@font-face {
    font-family: "OrtoRNIDS";
    src: url("https://mobileapps.test.inception.rs/OrtoRNIDS-Regular.woff2") format("woff2");
}

* {
    box-sizing: border-box;
    margin: 0;
}
body {
    font-family: "OrtoRNIDS", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 30, 53, 0) 0%, rgba(0, 30, 53, 1) 100%), #003964;
    text-align: center;
    overflow-x: hidden;
    margin: 0;
    height: 100vh;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
    width: 100%;
    max-width: 540px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    main {
        height: 100%;
        justify-content: space-between;
        min-height: 1px;
        max-height: calc(100% - 120px);
    }
}

.uptitle {
    text-transform: uppercase;
    opacity: 0.3;
    font-size: 14px;
    margin-top: 70px;
    letter-spacing: 4.5px;
}

.img-title-body {
    margin: 0;
    display: flex;
    flex-direction: column;
}
img {
    max-width: 200px;
    margin: auto;
}

.contentBody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

#statusMessage {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    white-space: pre-line;
}
.codeButton {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    color: #3c7fb9;
    font-size: 20px;
    line-height: 16px;
    padding: 10px 45px;
    display: inline-block;
    margin: 20px auto;
    font-weight: 700;
    padding: 18px 0;
    min-width: 300px;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease;
}
