body {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    color:#E1D9C1;
    background-color: #222A2A;
    font-size: 20px;
}

main{
    padding: 0px 200px 0px;
    line-height: 1.6;
    max-width: 95ch;
}

p{
    margin-bottom: 95px;
}

.title{
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    color: #F39005;
}

.title--h1{
    font-size: 95px;
    text-align: center;
    margin-top: 76px;
}

.title--h2{
    font-size: 39px;
    text-align: left;
    margin-top: 95px;
}

a{
    color: #ED4319;
}

footer{
    padding: 49px 0px 49px;
    background-color:#F39005;
}

footer p{
    text-align: center;
    margin-bottom: 0px;
}
