
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 {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
    font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}


.deltexpl {
 background-color: #ffffff;
 color: #292775;
 border: 2px #292775;
 border-radius: 20px;
 padding: 15px;
 margin: 40px 170px;
 text-align: left;
 box-shadow: 0 4px 8px;
}


.textconstruct {
  background-color: #ffffff;
 color: #292775;
 border: 2px #292775;
 border-radius: 20px;
 padding: 15px;
 margin: 40px 170px;
 text-align: center;
 box-shadow: 0 4px 8px;
 width: 500px;
 position: absolute;
 right: 325px;
 top: 300px;
}

.construct {
  position: absolute;
  top: 420px;
  right: 555px;
}

.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: 820px;
 right: 710px;
}

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

.botvolver a {
  text-decoration: none;
}

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