body {
    background-color: #BFCCB5;
    font-family: sans-serif;
    color: #524944;
}

input {
    background-color: #B7B7B7;
}

.outer-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.central-div {
    width: fit-content;
}

footer {
    margin-top: 4em;
    font-size: smaller;
}

a {
    color: #253c04;
}