body {
    background-color: #10100E;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
}

.title {
    font-size: 48px;
    text-align: center;
}

.nosifer {
    font-family: 'Nosifer', cursive;
}

.cyan {
    color: #00FFFF;
}

.red {
    color: #8a127a;
}

.coming-soon {
    font-size: 24px;
    text-align: center;
}