body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.container {
    text-align: center;
}

.logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    margin: 20px 0;
    font-size: 24px;
    color: #333;
}

a {
    font-size: 18px;
    color: #D97E55;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
