body {
    background: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    height: 100vh; /* Ensures full viewport height */
    margin: 0;
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;
}

.under_construction {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
}

