body {
  background-color: #f3f5fc;
  display: inline-flex;
  flex-flow: row;
}
#img {
  width: 120px;
  height: 48px;
}
#logo {
  padding-top: 40px;
  border-left: 40px;
  border-left-style: solid;
  margin-top: 10px;
  width: 120px;
  height: 48px;
}
#entrada {
  width: 950px;
  height: 640px;
  padding-top: 40px;
  padding-block: 40px;
  margin-left: 80px;
}
#InputText {
  background-color: transparent;
  border: transparent;
  resize: none;
  width: 800px;
  height: 550px;
  font-size: 32px;
  color: #0a3871;
  font-family: "Inter";
  font-style: normal;
  resize: none;
}
textarea:focus {
  outline: none;
}
textarea:active {
  outline: none;
}
#condicion {
  color: #495057;
  font-size: 15px;
  font-family: "Inter";
  font-style: normal;
  opacity: 0.8;
  margin-left: 80px;
}
#botones {
  display: flex;
  justify-content: center;
}
.btn {
  width: 228px;
  height: 67px;
  border-radius: 24px;
  border-color: rgba(0, 0, 0, 0);
  padding: 24px;
  gap: 8px;
  font-size: 18px;
}
#btn-encriptar {
  background-color: #0a3871;
  color: #ffff;
}
#btn-desencriptar {
  background-color: #d8dfe8;
  border: 1px solid #0a3871;
  color: #0a3871;
  padding-left: 24px;
  margin-left: 24px;
}
#salida {
  background-color: white;
  width: 300px;
  height: 680px;
  padding-top: 40px;
  padding-right: 40px;
  box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}
#personF {
  padding-top: 150px;
  width: 300px;
  height: 250px;
  margin-left: 20px;
}
.msj {
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  margin-left: 38px;
  padding-left: 15px;
}
.msj h2 {
  font-size: 24px;
  color: #343a40;
  margin-bottom: 0px;
}
.msj p {
  color: #495057;
  size: 16px;
  margin-top: 10px;
  padding-top: 10px;
}
#out {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #495057;
  margin-left: 20px;
  margin-top: 10px;
}
#cajaCopy {
  display: flex;
  justify-content: space-evenly;
}
#btn-copy {
  background-color: transparent;
  border: 1px solid #0a3871;
  padding-left: 24px;
  margin-left: 24px;
  padding: 24px;
  gap: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  color: #0a3871;
}
