/* Global styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: white;
    background-color: #121212; /* Dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center; /* Center text horizontally */
}

/* Centered container style */
.centered-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
