.aibigbutton {
    display: inline-block;
    padding: 20px;
    font-size: 400% !important;
    color: #eeeeee !important;
    text-decoration: none;
    background-color: #49A942;
    border: 0;
    border-radius: 15px;
    width: 100%;
    font-weight: bold !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.header {
    font-size: 500%;
}

.nohero {
    margin-top: -8.5rem;
}

@media (min-width: 1024px) {
    .nohero {
        margin-top: -12.5rem;
    }

    h2 {
        font-size: 200% !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
}

@media (max-width: 1023px) {
    h4 {
        font-size: 4rem !important;
    }

    h2 {
        font-size: 160% !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    
    label {
        font-size: 2rem !important;
    }
}
