body {
    background-color: grey;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 210px;
}

table {
    width: 100%;
}

table tr td {
    background-color: white;
    height: 200px;
    width: 50%;
    vertical-align: text-top;
    font-size: 25px;
    padding: 10px;
}

table tr td textarea {
    margin: 0;
    display: block;
    font-size: 25px;
    width: 100%;
    height: 100%;
}

button {
    font-size: 25px;
    width: 4cm;
    height: 2cm;
}

p {
    font-size: 25px;
}
