/* styles.css */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.container {
    text-align: center;
    color: #7E40A0;
}

h1 {
    font-size: 48px;
    color: #3498DB;
}

.info {
    font-size: 32px;
    margin-top: 20px;
    color: #7E40A0;
}
