html {
    scroll-behavior: smooth;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

.teko {
    font-family: 'Teko', sans-serif;
}

.nav-justified .nav-item {
    flex-basis: auto;
}

.bg-corona {
    background-image: url("../images/corona-bg.png");
    background-attachment: fixed;
}

.jvectormap-region {
    stroke: #000000;
    stroke-width: 0.2;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 80vh;
    width: 100%;
}

.btn-rounded {
    border-radius: 10em !important;
}

.imgbox {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

@media(max-width: 576px) {
    .imgbox {
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
}