body {
    font-family: 'Poppins', sans-serif;
    background-color: #0d010d;
    color: #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.noscript-header {
    font-size: 2rem;
    font-weight: 700;
    color: #d112b3;
    margin-bottom: 1rem;
}