#Menu {
    text-align: center;
    padding: 75px;
}
#levels {
    font-family: system-ui;
    font-size: 20px;
    text-align: center;
}
#texto {
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
    color: white;
    padding: 5px;
}
#advertenciaT {
    text-align: center ;
    font-size: 20px;
    font-family: serif;
    color: white;
    padding: 15px;
}
#credits {
    font-family: sans-serif;
    font-size: 21px;
    text-align: center;
}
#Boton {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    padding: 0px;
}
#backpage1 {
    text-align: center;
    font-size: 20px;
    font-family: system-ui;
    padding: 200px;
}
#backgroundIndex {
    background-image:url(/img/Fondo_Menu.png);
}
#backgroundCredits {
    background-image:url(./img/Fondo_Menu.png);
}