html, body {
    font-size: 20.8px; /* 16px * 1.3 = 20.8px for 130% scaling */
    zoom: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Firefox-specific scaling without layout shifts */
@-moz-document url-prefix() {
    html {
        font-size: 16px;
        zoom: 1.3;
    }
}

.container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.bg-primary {
    background-color: #596ddb !important;
}

a {
    text-decoration: none !important;
    color: #596ddb !important;
}

a.button {
    text-decoration: none !important;
    color: white !important;
}


.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.fs-0\.5 {
    font-size: 2rem !important;
}