/* RESET */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* estilos de h1 */
main {
    background-image: url('../img/fondo.jpeg');
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

header{
    display: flex;
    background-color:  rgb(85, 93, 96);
}

header img{
width: 50%;
}
li{
margin-right: 15px; /* Espacio entre los elementos */
}

a{
text-decoration: none;

}
h2{
    background-color: rgb(253, 209, 114);
}

h6{
    background-color: rgb(102, 102, 102);
    color: white
}


.bloque, .pie{
    position: absolute;
    top: 80%;
   /* left: 50%;*/
  /*  transform: translate(-50%, -50%);*/
    width: 100%;
    height: 10px;
    margin-top: auto;
}

  ol {
    margin-left: 40px; /* Margen para asegurar la indentación */
    font-weight: bold;
}

ol ol { /* Aplica más margen a las listas anidadas */
    margin-left: 40px;
    font-weight:normal;
}

<style>
* {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
  }

