html, body {
    height: 100%;
    background-color: #fffbeb; /* Faded yellow */
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
}

.signup-container {
    max-width: 500px;
    width: 100%; /* Ensure it takes up space */
    padding: 2rem;
}

.logo {
    max-width: 150px;
    height: auto;
}