body {
    background-color: #000;
    color: #00FF00;
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin-top: 50px;
}

.orb-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.orb {
    width: 600px;
    height: 600px;
    background: url('gif/gif.gif') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
}

#response-container {
    font-size: 1.5em;
    color: #0000FF; /* Changer la couleur du texte en bleu */
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px #0000FF; /* Changer la couleur de l'ombre en bleu */
    background-color: #000;
    width: 50%; /* Réduire la largeur pour rendre le champ moins long */
    margin: 0 auto; /* Centrer le champ */
    text-align: center; /* Centrer le texte */
}
