@font-face {
    font-family: "mafontmine";
    src: url("Minecraftia-Regular.ttf");
}
@font-face {
    font-family: "mafontmario";
    src: url("SuperMario256.ttf");
}
@font-face {
    font-family: "mafont";
    src: url("Bobaland.ttf");
}



html,body{
    background: url("fond.png")no-repeat center/cover;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: "mafont";
}

#demineur{
    margin-left: 0%;
    font-size: 40px;
    transition: 0,6s ease-in;
    color: white;
    padding: 3px;
    text-align: center;
    font-family: "mafontmine";
    width: 0%;
    height: 0%;
    position: flex;

}


#bario{
    font-size: 50px;
    transition: 0,6s ease-in;
    color: white;
    padding-bottom: 0px;
    text-align: center;
    display: inline;
    font-family: "mafontmario";
    width: 0px;
    height: 10px;
       
    
}

#bario:hover{
    color: black;

    text-align: center;
    display: inline;
    margin-top: 10%;


}

#demineur:hover{
    margin-left: 53%;
    font-size: 40px;
    color: black;
    padding: 3px;
    text-align: center;
    display: inline;
    padding: 3px;
    text-align: center;
    font-family: "mafontmine";
    width: 0%;
    height: 0%;
    margin-left: 0%;
    font-size: 40px;
    transition: 0,6s ease-in;
}

#titre{
    margin-left: 45%;
    font-size: 60px;
    height: 20px;
    position: fixed;
    
}

#jeu{
    margin-top: 8%;
    width: 160px;
    height: 0px;
    font-size: 40px;
    margin-left: 40%;
    
}

#b{
    color: red;
}
#a{
    color: orange;
}
#r{
    color: yellow;
}
#i{
    color: green;
}
#o{
    color: blue;
}