
label span {
  color: #EAEAEA;
}
textarea {
  min-height: 1500px !important;
}
a {
  color: #00df66;
}
body {
  background: linear-gradient(45deg, #00aef4, #00df66);
  font-family: 'Source Sans Pro', sans-serif;
  color: aliceblue;
  align-content: center;
  text-align: left;
  font-size: 16px;
  margin: 0;
  padding-bottom: 60px; 
}
.image{
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
}
.padre {
  left: 50%;
  width: 750px;
  line-height: 140%;
  text-align: justify;
  color: aliceblue;
  position: relative;
  transform: translateX(-50%); /* Centrar horizontalmente */
  margin-top: 300px; /* Agregamos margen superior en lugar de top fijo */
  font-family: 'Source Sans Pro', sans-serif;
 
}
#footer { 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 10px;
}
