body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white; /* Or any other color you prefer */
}

.centered-content {
    color: darkgrey; /* This sets the text color */
    font-size: 20px; /* Adjust the size as needed */
    font-family: Arial, sans-serif; /* Or any other font you prefer */
}

