
/* Estilos para la sección de desencriptar */
.box2{
  background-color: #fff;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgb(195, 205, 216);
}


.box2_2 textarea{
  text-align: lef;
  padding: 15px;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 400px;
  font-size: 18px;
  resize: none;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.box2_2 textarea:focus{
  outline: none;
}


.copiar {
  width: 120px;
  height: 40px;
  margin: 0px 10px;
  background-color: #555;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

