body {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
