

body {
    line-height: 25px;
}

a {
    font-size: 20px;
}

td font, p {
    font-size: 20px;
}

label {
    font-size: 20px;
}

.screenReader {
    clip-path:rect(1px,1px,1px,1px) !important;
    height: 1px !important; 
    overflow: hidden !important; 
    position: absolute !important; 
    width: 1px !important;
}

.fieldset {
    border: 0;
}

.submit-button {
    width: 150px;
    height: 40px;
    font-size: 20px;
    text-align: center;
}

.submit-button:hover, .submit-button:focus {
    background-color: #747474;
    color: white;
}

input {
    height: 30px;
    font-size: 16px;
}