@font-face {
    font-family: 'KonigAntiquaNeue';
    src: url(fonts/KonigAntiquaNeue.eot);
    src: url(fonts/KonigAntiquaNeue.eot?#iefix') format('embedded-opentype'),
        url(fonts/KonigAntiquaNeue.woff2) format('woff2'),
        url(fonts/KonigAntiquaNeue.woff) format('woff'),
        url(fonts/KonigAntiquaNeue.svg#KonigAntiquaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
}

body {
    color: #545454;
    margin: 50px;
}

h1 {
    font-family: 'KonigAntiquaNeue';
    color: black;
    font-weight: 600;
    font-size: 30px;
    line-height: 1,2;
}

h2 {
    font-family: "georgia", serif;
    color: black;
    font-weight: 300;
    font-size: 20px;
}

p {
    font-family: "georgia", serif;
    font-size: 14px;
    color: black;

}


.lettre {
    background-color: #fff;
    padding: 10px 50px;
    margin: 0 auto ;
    max-width: 800px;
 }   

.contact {
    background-color: #fff;
    padding: 10px 50px;
    margin: auto ;
    margin-top: 50px;
    max-width: 800px;
  }  
    
}

