body {
    background-color: DodgerBlue;
  }
  
  h1 {
    color: black;
    text-align: center;
      z-index: 0;
  }
  
  .decoded {
      color: #0e151a; 
      margin: auto;
      width: 70%;
      border: 3px solid #82a5ff;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
  }
  .content {
      background-color: #8fc7ff;
      margin: auto;
      width: 80%;
      border: 3px solid #c4dae1;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
  }
  .textIn {
      margin: auto;
      width: 70%;
  }
  .textOut {
    margin: auto;
    width: 70%;
}
  .encoded {
      margin: auto;
      width: 70%;
      border: 3px solid #82a5ff;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
  }
  .inputs {
      margin: auto;
      width: 70%;
      border: 3px solid #82a5ff;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
  }
  .share {
      margin: auto;
      width: 70%;
      border: 3px solid #82a5ff;
      padding: 10px;
      border-radius: 10px;
      text-align: center;
  }
  textarea {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #dae4ff;
    font-size: 16px;
    resize: none;
  }

.button-2 {
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  background-color: #dae4ff;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  transition-duration: 0.4s;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-2:hover{
    background-color: #1e90ff;
}