 @media (max-width: 800px) {

 html, body{
    background-color:rgb(7, 7, 7);
    font-family: Arial, sans-serif;
  }
  
.container-1{
    background-color: rgb(0, 0, 0);
    background-image: url(fondo.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    
  }
  .event-info .nombre{
    color:#05F258;
    font-size: 150px;
  }

  .info-2 {
    position: absolute;
    top: 255px;
    left: 190px;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
   header h2{
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 55px;
    left: 190px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  


  header img {
    width: 200px; /* Ajustar según el tamaño del logo */
  }
  
  nav ul {
    list-style: none;
    display: flex;
    font-size: 20px;
    gap: 50px;
    position: relative;
    top: 20px;
   
  }
  
  nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
  .event-info {
    text-align: center;
    padding: 50px;
    color: #0f0; /* Ajustar el color verde */
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  
  .register-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #0f0; /* Ajustar el color verde */
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
  }
 }
 /*   Más estilos son necesarios para completar la página */
