
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f1e6;
    color: #000000;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
img.logo {
    max-width: 300px;
    height: auto;
}
h1 {
    font-size: 1.8rem;
    margin: 20px 0 10px 0;
}
p {
    margin: 5px 0;
    font-size: 1rem;
}
footer {
    position: fixed;
    bottom: 10px;
    font-size: 0.85rem;
    color: #000000;
}
