html {
    scroll-behavior: smooth;
    background-color: #F3F3F1;
}

body {
    overflow-x: hidden;
}

.karouselos_text{
    color: white;
    text-shadow: 2px 2px 5px #000000;
}

.UP {
    margin-top: 3%;
    width: 20%;
    border-top: 1px solid black;
}

.DOWN {
    margin-bottom: 3%;
    width: 20%;
    border-top: 1px solid black;
}

.onas {
    margin-left: 20%;
    margin-right: 20%
}

.checked {
    color: orange;
}

.white {
    border-top: 1px solid white;
}

.wat {
    margin-left: 30%;
}

