html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    /* Optional: background color */
    font-family: sans-serif;
    /* Optional: font */
}

.centered-text {
    font-size: 5em;
    /* Adjust size as needed */
    font-weight: bold;
    color: #333;
    /* Optional: text color */
}