/* body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2F2F2F;
    font-family: sans-serif;
}

.main {
    color: #FFD700;
    padding: 1em 2em;
    text-align: center;
    max-width: 80%;
    font-size: 2em;
}

footer
{
    padding: 1rem;
    text-align: center;
} */

body {
    margin: 0;
    height: 100vh;
    background: #2F2F2F;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100;
}

.main {
    color: #FFD700;
    padding: 1em 2em;
    text-align: center;
    max-width: 80%;
    font-size: 2em;
    margin: auto 0;
}

footer {
    padding: 1rem;
    text-align: center;
}

.footer-text {
    color: lightgray;
}