main {
    margin: 10%;
}

.page {
    text-align: center;
    color: #046b5b;
    
}



h1 {
    font-family: akkurat ;
    font-size: 4vw;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 16.5%;

}

h3 {

    font-family: akkurat;
    font-size: 2vw;
    font-weight: 400;    
    line-height: 100%;
    letter-spacing: 16.5%;

}

footer {
    margin: 0;
    font-family: akkurat;
    font-weight: 400;
    
    font-size: 15px;
    line-height: 197%;
    letter-spacing: 45%;
    color: #94d5eb ;

    background-color: #046b5b;
    display: flex;
    justify-content: space-between;
    align-items: center ;
    
    
}

.reseaux-footer {

    display: flex;
    flex-direction: row; 
    justify-content: center;

    background-color: #94d5eb;
}

.infos {

    display: flex;
    flex-direction: row;
        

    
}

.logo-footer {


    display: flex;
    justify-content: center;
    align-items: center;
}

button:hover {
    border: 2px solid #046b5b;
    background-color: #046b5b;
    color: #94d5eb;
}