.scroll_container {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.scroll_wrap {
    width: 80%;
    align-self: center;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll_wrap > span a {
    text-transform: lowercase;
    color: black;
}

.scroll_wrap>span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#search_btn {
    width: 25px;
}

#interslav_banner_container {
    display: flex;
    justify-content: center;
}

#interslav_banner_wrapper {
    width: auto;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}


/*
body {
    background-color: var(--main-bg-color);
    color: white;
}*/