textarea {
    min-height: 10rem !important;  
  }

  .wrapper {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    text-align:center;
    font-size: 1.5rem;
  }
  
  textarea::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }
  
  textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4; }
  
  
  