
body{
    box-sizing: border-box;
}


a{
    text-decoration: none;
    /* color: black; */
}
.nav_icon{
    font-size:25px ;
}






.categories{
    background-image: url('img/spa_background.jpg');
    background-position: center;
    background-size: cover;
    /* margin-left: 20px; */
    /* width: 98vw; */
    overflow: hidden;
    /* margin: auto; */
    height: 80vh;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    justify-content: center;
    /* overflow-x: auto; */
    
    /* background-color: black; */
    
    
}

.service_main{
    background-image: url('img/spa_background.jpg');
    background-position: center;
    background-size: cover;
}

