#typing-text {
     color: #000000;
     border: dotted 5px #FED8B1;
     font-style: italic;
     font-weight: bold;
     text-align: left;
     font-family: 'Comic Sans MS', cursive, sans-serif;
     overflow: hidden;
     background-color: #fed8b1;
     font-size: 15px;
     padding: 5px;
     height: 200px;
     width: 100%;
     box-shadow: 5px 5px 2px 0px #A3A3A3;
     transform-origin: 50% 50% 0px;
     outline: none;
     resize: none;
     box-sizing: border-box;
}