body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.centered-text {
    color: #8C93A1;
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
}
