.geriButon{
    position: absolute;
    z-index: 3;
    top: 229px;
    background-color: black;
    color: white;
    width: 146px;
    left: 19px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.butonum{
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 42px;
    height: 42px;
    background-color: white;
    font-size: 33px;
    font-weight: bolder;
    text-align: center;
    line-height: 35px;
}
.solButon{

}
.sagButon{
    right: 7px;
}

@media only screen and (max-width: 800px){
    .geriButon{
        top: 98px;
        width: 74px;
        left: 10px;
        font-size: 10px;
        line-height: 25px;
    }
    .butonum{
        position: absolute;
        z-index: 3;
        top: 50%;
        width: 42px;
        height: 42px;
        background-color: white;
        font-size: 33px;
        font-weight: bolder;
        text-align: center;
        line-height: 32px;
    }
}
a{
    color: black;
}