body {
    background-color: #d1c8b9;
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.logo {
    width: 512px;
    height: 512px;
}

.intro h1 {
    color: #e3a56a;
}

.intro p {
    color: #949ea7;
}
