body {
    margin: 0;
    background: linear-gradient(135deg, #000000, #210e33);
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    height: 100vh;

    display: flex;  
    flex-direction: column;

    justify-content: center;
    align-items: center;

    transition: background 0.3s ease;
}

#message {
    font-size: 55px;
        text-shadow: 0 0 15px #7a3cff;
}

#fop {
     position: fixed;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
}

h1 {
    font-size: 60px;
    margin-bottom: 10px;
    text-shadow: 0 0 15px #7a3cff;
}

#stats {
    text-align: center;
    margin-top: 30px;
}
