body, html {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
    background-color: #3f0506;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    max-width: 300px;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5em;
    margin: 0.5em 0;
    color: #D4AF37; /* Gold color, assuming it's a brand color */
}

h2 {
    font-size: 2.2em;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0.5em 0;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
}

a {
    color: #f1ff44;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
