/* style.css */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
    background-color: #f9f9f9;
}

#app {
    font-size: 24px;
    color: #333;
}
