.iframe-section {
    min-height: 60vh!important;
}

.logo-section {
    background-color: #AF18E4;
}

.status-title {
    font-size: 2rem;
    font-weight: bold;
}

.status-description {
    font-size: 14px;
    font-weight: bold;
}

.status-description a {
    font-size: 20px;
    font-weight: bold;
    color: #4501FD;
}

.success-page .status-title {
    color: #00CB51;
}
.error-page .status-title {
    color: #EB001B;
}

@font-face {
    font-family: Comfortaa;
    src: url('../fonts/Comfortaa-VariableFont_wght.ttf');
}

body {
    font-family: Comfortaa;
}