*  {
    text-align: center;
}

textarea {
    width: auto;
    height: 25px;
    border: 2px solid green;
    font-size: 20px;
    resize: none;
    font-family: arial;
    text-align: left;
    font-size: 20px;
}

input {
    width: 120px;
    height:25px;
    resize: horizontal;
    border: 1px solid green;
    min-height: 20px;
    max-height: 200px;
    display: inline-table;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    position: relative;
}

input:hover {
    border: 1px solid lime;
}

h1 {
    text-align: center;
}

button {
    font-family: 'Times New Roman';
    font-size:1.0rem;
    height: 40px;
    width: 150px;
    border-radius: 1.0rem;
    border: 3px solid black;
    text-align: center;
}