body{
    text-align: center;
    padding: 5em 3em;
    background-color: #F8F2EA;
    color: #54595f;
}


h1{
    font-family: Quiche Sans;
    font-weight: normal;
}

p{
    font-family: Bicyclette;
    font-weight: normal;
    font-size: 18px;
}

@font-face {
    font-family: Quiche Sans;
    src: url(../fonts/Quiche\ Sans\ Medium.otf);
}

@font-face {
    font-family: Bicyclette;
    src: url(../fonts/Bicyclette-Regular.otf);
}

a{
    color: #ad8d55;
}