header img{
    width: 12rem;
    height:12rem;
}

footer img{
    width: 6rem;
    height: 6rem;
}

#logo-s{
    display:none;
}

#home, #services, #tarifs{
    min-height: 39rem;
}

.content{
    max-width: 30rem;
}

#services .content{
    min-height: 18rem;
}

#tarifs .content{
    min-height: 31rem;
}

#about-me img{
    max-width: 25rem;
}

#testimonials .content{
    padding: 5rem;
    min-height: 33rem;
}

#services>div, #tarifs>div{
    min-width: 18rem;
}

#testimonials>div{
    min-width: 45rem;
}

#testimonials{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.overlayed{
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 250, 0.6);
}