body { background-color: antiquewhite; font-family: monospace; } textarea { background-color: rgb(248, 241, 232); border: 1px solid #6c6f6c; border-radius: 4px; box-shadow: 0 2px 2px #20402030; padding: 4px 8px } textarea:hover { box-shadow: 0 2px 4px #20402040; } .data { width: 400px; height: 240px }