 body {
     background-color: #bb9457;
 }

 .text {
     background-color: #432818;
     padding: 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     width: 30%;
     margin: auto;
     margin-top: 10%;
     border-radius: 10px;
     box-shadow: 2px 2px 2px 2px #bb9457;
 }

 h1 {
     color: #99582a;
 }

 textarea {
     width: 100%;
     height: 200px;
     border-radius: 10px;
     outline: none;
     border: none;
     font-size: 20px;

 }

 #counter {
     text-align: center;
     margin-top: 20px;
     font-size: 40px;
     color: #99582a;
 }