body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

input[type='text'] {
    display: block;
    height: 30px;
    margin-bottom: 15px;
    width: 200px;
}

input[type='submit'] {
    display: block;
    color: white;
    background: red;
    height: 35px;
    border: none;
}
