
.container {
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;

}

.header__logo {
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0px;
}

.header__menu__link {
    font-family: 'Roboto', serif;
    color: #0b376f;
}

.pagination__button {
    width: auto;
    min-width: 36px;
    height: 40px;
    padding-top: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.pagination__button:before,
.pagination__button:after {
    top: 0px;
}
.pagination__button:after {
    background-color: #cef1ef;
    box-shadow: 0 1px 0 #5fc0bf;
}
.pagination__button:before {
    background-color: #63c0c0;
    box-shadow: 0 1px 0 #5fc0bf;
}

.ms--numbers {
    z-index: 0;
}
/* .ms--numbers .ms-slide {
    font-size: 9em;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
} */