body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fdf6ee; /* light beige */
    height: 100vh;
}

.center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main-title {
    font-size: 5em;
    margin: 0;
    color: #2176ff; /* blue */
    letter-spacing: 2px;
}

.subtitle {
    font-size: 2em;
    color: #333;
    margin-top: 20px;
    letter-spacing: 1px;
}