body {
    background: #F5F5F5;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

input,
select,
textarea {
    background: #FFF4CC;
    font-size: 18px;
}

button,
input[type="submit"] {
    background: #444444;
    color: #FFFFFF;
    border: 1px solid #222222;
    padding: 8px 14px;
    font-size: 18px;
    cursor: pointer;
}