body{
    background-color: #040c1c;
    text-align: center;
  }

h1 {
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 36px;
    color: #7ebdc1;
    text-align: center;
    padding-top: 16px;
}

textarea {
    background-color: #333;
    box-shadow: 0 0 0 .1px rgba(255, 255, 255, .3);
    width: 80%;
    height: 250px;
    border: 0;
    margin: 12px;
    padding: 22px;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
    resize: none;
    border-radius: 10px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px ;
    margin-top: 20px;
    color: white;
    text-align: center;
  }

.footer {
    text-align: center;
    position: fixed;
    left: 5px;
    bottom: 0;
    right: 5px;
    background-color: #040c1c;
  }

  .drets {
    font-family: Arial, Helvetica, sans-serif;
    font-size:90%; 
    color:white;
  }