body {
    font-family: 'Pacifico', cursive;
    background-color: #f5f5f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    max-width: 600px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

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

.answer {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #ff4081;
}

.material-icons.large {
    font-size: 4em;
    color: #ff4081;
}
