body {
    font-family: 'Comic Sans MS', 'Chalkboard SE', sans-serif;
    background-color: #f0f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#app {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

button {
    margin-top: 1rem;
    padding: 10px 20px;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: #ff69b4;
    color: white;
    border: none;
    border-radius: 10px;
}
