html {
    font-size: 18px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-bottom: 60px;
}

main {
    flex: 1;
    /* Push footer down */
}

fs-bigger {
    font-size : 110%;
}

.navbar-center-icons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}

.navbar-center-icons a {
    color: white;
    text-decoration: none;
}