*{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

.left-margin{
    margin-left: 7.5%;
}

.rigth-margin{
    margin-right: 7.5%;
}

.flex{
    display: flex;
}

.around{
    justify-content: space-around;
}

.between{
    justify-content: space-between;
}


.modal-open{
    overflow: hidden;
}

.topScrollRow{
    position: fixed;
    bottom: 57px;
    right: 5.3%;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

@media(max-width: 800px){
    .topScrollRow{
        right: 20px;
        width: 40px;
        height: 40px;
        bottom: 87px;
    }
}

@media(max-width:700px){
    .around{
        justify-content: space-between;
    }

    
    .header-margin{
        margin-top: 0px;
    }

}