h1, h2, h3, h4 {
    color: red;
}
button {
    border: solid red 2px;
    background-color: white;
    font-size: 16px;
    width: 160px;
    height: 40px;
}
input {
    width: 160px;
    height: 20px;
}
textarea {
    width: 160px;
    height: 160px;
}
table {
    text-align: center;
}
th {
    width: 150px;
}
td {
    height: 40px;
}