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

.container {
    text-align: center;
}

.logo {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 980px;
    margin-bottom: 20px;
}

.title {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.question {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.buttons {
    margin-bottom: 20px;
}

.button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 15px 30px;
    margin: 0 10px;
    font-size: 1em;
    cursor: pointer;
}

.terms {
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms input {
    margin-right: 10px;
}
