body,
html {
    background-color: #d9c7b2;
    height: 100%;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "quintessential";
    src: url("fonts/Quintessential-Regular.ttf");
}

@font-face {
    font-family: "crimsonpro";
    src: url("fonts/CrimsonPro-Regular.ttf");
}

@font-face {
    font-family: "garamond";
    src: url("fonts/EBGaramond-SemiBold.ttf");
}

.main-container {
    width: 800px;
    height: 900px;
    margin: auto;
    top: 50px;
    justify-content: center;
}

.img-container {
    width: 100%;
    height: 50px;
    justify-content: center;
    margin: auto;
}

.text-container {
    font-family: "garamond", Georgia, serif;
    font-size: 20px;
    line-height: 1.6;
    color: #33322f;
}

#title {
    height: 90px;
    font-size: 70px;
    font-family: "garamond", Georgia, serif;
    font-variant: small-caps;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #33322f;
}

#not-finished {
    height: 90px;
    font-size: 25px;
    font-family: "garamond", Georgia, serif;
    font-variant: small-caps;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #33322f;
}



