body {
    background-color: #222;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    background-color:  #fef5e7;
    padding: 16px;
    border: 8px solid rgb(67, 18, 18);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 92vh;
}

.logo {
    max-width: 600px;
    width: 100%;
}

.header {
    display: flex;
    justify-content: center;
    padding: 32px;
}

.main {
    /* margin-top: -10vh; */
    display: flex;
    justify-content: center;
}

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

.text {
    margin-top: 64px;
    max-width: 500px;
    font-size: 12px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

.footer {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;

    a {
        color: inherit;
    }
}