textarea {
    display: block;
    border: 1px solid #000000;
    color: #000000;
    font-size: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 10PX;
    background-color: #BBB;
  }

  text::placeholder{
    border: 1PX solid #6200ff;
  }
  
  button {
    margin-top: 10px;
    font-size: 20PX;
    border-radius: 10px;
    background-color: #7b4bc7;
    color: aliceblue;
  }
  h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 60px;
  }
