/*FOOTER*/

.container-footer{
    display: flex;
    justify-content: center;  
    background-color: white;
}

.footer{
    display: flex;
    justify-content: space-around;

    width: 40vw;
    grid-template-columns: repeat(3, 1fr);
    background-color:white;
}

.footer span{
    font-size: 1.8vh;
}

.footer h1{
    font-size: 20px;
    margin-bottom: 20px;
}

/*GRID QUICK LINKS*/

.links{
    display: grid;
    text-align: left;
}

/*GRID HOURS*/

.week{
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
}
.week1{
    display: grid;
    text-align: left;


}
.week2{
    display: grid;
    margin-left: 1vh;

}

/*GRID CONTACT*/

.adress{
    display: grid;
}

.adress pre{
    font-size: .6vh;
}