h1 {
    text-align: center;
}

input[type=submit] {
    margin-top: 20px;
    height: 50px;
    width: 450px;
    font-size: 24pt;
    color: white;
    background-color: blue;
}

.req {
    color: red;
}