body {
    background-color: rgb(114, 65, 5);
}

#main-header {
    color: darkgoldenrod;
}

.full-page {
    min-height: 90vh;
}

.container {
    display: flex;
    justify-content: center;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
