*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Rubik Doodle Shadow;
    background-image: url('/img/fondo.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.absolute{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.relative{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.present{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3{
    font-size: 25px;
    font-weight: 900;
    z-index: 100;
    color: #305930;
    margin-bottom: 20px;
    margin-top: -150px;
}
.logo{
    width: 30%;
    height: 30%;
    top: 0;
    right: 0;
    padding-left: 130px;
    position: absolute;
    display: flex;
    align-items: left;
}
img{
    z-index: 100;
    margin-top: 10px;
}
h4{
    font-size: 50px;
    font-weight: 500;
    z-index: 100;
    color: #1ec62c;
    margin-bottom: -80px;
    margin-top: 200px;

}

h1{
    font-size: 70px;
    font-weight: 900;
    z-index: 100;
    color: rgb(8, 219, 124);
    margin-bottom: 150px;
    margin-top: 100px;
}
h1::after{
    display: block;
    width: 80%;
    height: 10px;
    content: "";
    margin: auto;
    background:  rgb(8, 219, 124);
}

.menu{
    width: 100%;
    height: 100%;
    top: 450px;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: -1;
    margin-bottom: 90px;
    margin-top: -50px;
}
.menu ul {
    list-style: none; /* Quita los puntos de lista */
    padding: 0; /* Quita el relleno predeterminado de la lista */
  }
  
  .menu li {
    margin-bottom: 10px; /* Espacio entre cada opción del menú */
  }
  
  .menu a {
    text-decoration: none; /* Quita el subrayado de los enlaces */
    color: #097b16; /* Color del texto de las opciones del menú */
    font-size: 44px; /* Tamaño de fuente de las opciones del menú */
  }
  
  .menu a:hover {
    color: #75df7c; /* Cambia el color del texto al pasar el mouse sobre las opciones del menú */
  }



