body{
    background-color: #d9d9d9;
    font-family: "Esteban", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #091740;
}

h1{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-size: 61px;
    line-height: 140%;
    color: #30588C;
}

h2{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    color: #30588C;
}

.ecart{
    margin-top: 50px;
}

main{
    width: 48%;
    margin: 0 auto;
}

footer{
    text-align: center;
    margin-top: 50px;
}

a{
    color: #7A98BF;
    font-family: "Esteban", serif;
    font-weight: 400;
    line-height: 170%;
}
