body{

    background-image: url(recursos/Saving_world_screen.jpg);

    background-repeat: repeat;
    background-size: 100%;
    

}

#header{

    display: flex;
    justify-content: center;
    align-items: center;


    width: auto;
    height: 20vh;


}

@font-face {
    font-family: "Minecraft Ten";
    src: url("recursos/fonts/minecraft/MinecraftTen-VGORe.ttf");
}

p {
    font-family: "Minecraft Ten", cursive;
    font-size: 50px;

    color: white;
    
}



/* ANIMATIONS */

@keyframes puntos {

    0%{

        

    }

    50%{



    }
    
}