/* Ajoutez ces styles à votre fichier CSS */
body {
    font-family: 'Press Start 2P', cursive;
    color: #000000;
    margin: 0;
    padding: 1;
    text-align: center;
    background-color: #f0f0f0 !important; /* Ajout de !important pour s'assurer que cette propriété prévaut */
    background: url('backgroun.png') left top no-repeat;
    background-size: 100%, 1%, 0%;
    background-position: 0px 0px;
}

header {
    background-color: #8b8b8b;
        color: #ffffff;
    padding: 10px;
   
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #313131;
    padding: 10px;
}

section {
    padding: 20px;
}

        #accueil, #profil, #connexion {
            display: none;
        }

        #potions {
            display: block;
        }

        #potions img {
            width: 100px;
            height: 100px;
            margin: 10px;
        }
footer {
    background-color: #313131;
    color: #ffffff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Valeur à ajuster en fonction de votre mise en page */
}
.retro-button {
    background-color: #8b8b8b;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
    border: 2px solid #ffffff;
}

.retro-input {
    padding: 10px;
    margin: 10px;
    border: 2px solid #8b8b8b;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #000000;
}




.nes-container {
    background-color: #d8d8d8;
    padding: 0;
    border: 8px solid #a3a3a3;
    border-radius: 4px;
    margin: 50px auto;
    width: 520px;
    text-align: center;
    position: relative;
}

.nes-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 4px solid #a3a3a3;
    border-radius: 4px;
    z-index: -1;
}

/* Vous pouvez également inclure le lien vers la police directement ici s'il n'est pas inclus dans votre fichier HTML */

