
body {
  background-color: #A09EFF;
  color: #292775;
  font-family: "SN Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  margin: 0 auto;
  padding: 10px;
  
  width: 1500px;  /* Cambia esto al ancho total de tu diseño */
            height: 500px;  /* Cambia esto al alto total de tu diseño */
            overflow: auto; /* Muestra barras de scroll solo si la pantalla es menor a 1400x900 */
            position: relative;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}

p {
  text-align: center;
}

.description {
  background-color: #ffffff;
 color: #292775;
 border: 2px #292775;
 border-radius: 20px;
 padding: 15px;
 margin: 0 auto;
 text-align: center;
 width: 700px;
 box-shadow: 0 4px 8px;
}


.piru {
  position: absolute;
  margin-left: 940px;
  margin-top: -200px; 
}


.macarena {
  position: absolute;
  top: 250px;
  right: 970px;
}

.ten {
  width: 200px;
  height: auto;
}

.botvolver {
   background-color: #ffffff;
 color: #292775;
 border: 2px #292775;
 border-radius: 20px;
 text-align: center;
 width: 100px;
 box-shadow: 0 4px 8px;
 position: absolute;
 top: 550px;
 right: 710px;
}

.ton {
  font-family: "SN Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #292775;
}

.ton a {
  text-decoration: none;
}

.ton a:hover {
  color: #E8AD31;
}


