body {
  margin: 0 0;
  padding: 2em;
  background: #f3f5fc;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
.logo {
  width: 6em;
  display: inline-block;
}

.div-principal {
  margin-left: 4em;
  display: inline-block;
  width: 35em;
  height: 30em;
  text-align: center;
  padding: 0 4em;
}

.div-texto {
  display: grid;
}

.text-area1 {
  color: #0a3871;
  background: #f3f5fc;
  font-size: 30px;
  margin-bottom: 12px;
  height: 11em;
  border: none;
  resize: none;

}
.text-area1:focus{
  outline: none;
}
::placeholder {
  color: #0a3871;
  font-size: 30px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.btn-encriptado {
  text-align: center;
  margin-top: 3em;
}
.mensaje {
  margin-bottom: 12px;
  font-size: 13px;
  transition: font-size 1s;
}

.mensaje span {
  margin-right: 19.3em;
}

.btn-encriptar {
  width: 18em;
  height: 3em;
  border-radius: 24px;
  background: #0a3871;
  color: #d8dfe8;
  border: 1px solid #0a3871;
}
.btn-desencriptar {
  width: 18em;
  height: 3em;
  border-radius: 24px;
  background: #d8dfe8;
  color: #0a3871;
  border: 1px solid #0a3871;
}
.div-secundario{
  display: inline-block;
  margin-left: 7em;  
}
.texto2 {
  text-align: center;
  width: 20em;
  height: 32em;
  border-radius: 20px;
  background: #fff;
  /* shadow */

  box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}
.div-texto2-encontrado {
  text-align: center;
  display: none;
  width: 20em;
  height: 32em;
  border-radius: 20px;
  background: #fff;
  /* shadow */
  box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}

.imagen2 {
  width: 85%;
  margin-top: 5em;
}
.descripcion {
  text-align: center;
}
.primera-descripcion {
  color: #343a40;
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
  font-weight: 700;
}
.segunda-descripcion {
  color: #495057;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.btn-copiar {
  width: 18em;
  height: 3em;
  border: 1px solid #0a3871;
  border-radius: 24px;
  background: #fff;
  color: #0a3871;
}
.text-area2{
  margin-top: 2em;
  margin-bottom: 1em;
  resize: none;
  border: none;
  font-size: 15px;
  color: #495057;

}
.text-area2:focus{
  outline: none;
}

.creditos{
  background: #3c4755;
  width: 100%;
  height: 7.8%;
  position: absolute;
  margin: -2em;
  margin-top: 1.2em;
}
p.nombre{
  color: #d8dfe8;
  text-align: center;
  padding-top: 0em;
  font-weight: bold;
}
.img-git{
  width: 1.5em;
}
@media screen and (max-width:480px){

  .div-principal{
    width: 100%;
  }
  .mensaje{
    text-align:left;
  }
  .div-secundario{
    margin-top: 2em;
  }
  .descripcion{
    padding-top: 1em;
  }
  .imagen2{
    display: none;
  }
  .creditos{
    width: 36em;
  }
 }
