body {
    background-color: silver !important;
    font-family: Calibri, sans-serif !important;
    font-size: 18px !important;
}

.scrollable-from-top {
    scroll-margin-top: 100px
}


@media (max-width: 1000px) {
    .scrollable-from-top {
        scroll-margin-top: 500px
    }
}

.navbar {
    background-color: silver !important;
}

.navbar-text {
    font-size: 2.1vw !important;
    color: black !important;
    text-align: center !important;
}

.navbar-text-red {
    color: red !important;
    ;
}


.big-text {
    font-size: 8em;
}

.big-icon {
    font-size: 9em !important;
}

.flag {
    height: 100;
    max-width: 100%;
}

.paragraph {
    text-align: justify;
}

.items {
    font-weight: bold;
}

.panel-title {
    text-align: center;
}