*{
    margin: 0px;
    padding: 0px;
}

h1, 
nav, 
#presentation, 
#contact {
    text-align: center;
}

body{
    background-color: rgb(232, 225, 225);
}

header{
    background-color: #59d08f;
}

h1 {
    color: #1c693f;
    padding: 1em 1em 0px;
}

nav {
    padding: 1em;
}

ul li{
    list-style: none;
    display: inline;
}

a{
    text-decoration: none;
    color: white;
    margin: auto 10px;
}


#presentation.presentation{
    
    background-image: url(../images/married.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: white;
}

.presentation p{
    padding:1em 30% 3em;
}

h2{
    padding-top:2em;
}

#services{
    margin: auto 30%;
}

img{
    width: 100%;
    display: block;
    object-fit: scale-down;
    margin: auto;
}

.service-card{
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    margin: 2em auto 3em;
}

.service-content{
    padding: 1em 10px;
    margin-bottom: 2em;
}

.service-content h3{
    padding: 1em 0px;
}

#contact{
    background-color: rgb(26, 26, 67);
    color: white;
    padding: 10px;
}