input[type="submit"] {
    font-size: 50px;
    margin-top: 30px;
    color: white;
    background-color: #C21415;
    border: none;
    border-radius: 6px;
    width: 300px;
    height: 200px;
}

h3 {
    font-size: 40px;
    text-align: center;
}

.input {
    height: 50px;
    margin-top: 10px;
}

form {
    width: 60%;
    text-align: right;
}

.label {
    font-size: 30px;
}