@font-face {
    font-family: 'Minecrafter';
    src: url(Mojang-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
   }
    a{
        font-family: 'Minecrafter',sans-serif;
        display: flex;
        font-size: 30px;
        color: wheat;

    }
    .titulo{
        font-family: 'Minecrafter', sans-serif ;
        color: wheat;
        background-color: #84221f;  
        display: flex;  
        flex-direction: column;
        align-items: center;

    }
    .Navegacion{
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        background-color: #591917;
        align-items: center;
    }

    .item1{
        display: flex;
        gap: 100px;
    }