body {
    background-color: #FAF6EB;
}

#logo-div {
    width: 100vw;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo {
    width: 40vh;
}

#text-div {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}