.body {
    font-family: "Poiret One";
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff9f2;
    color: black;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    align-items: center;
    margin: 0 auto;
}


.bodyDark {
    font-family: "Poiret One";
    font-weight: 400;
    line-height: 1.3;
    background-color: #020004;
    color: white;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    align-items: center;
    margin: 0 auto;
}
