.btn-primary-hungarofit {
    background-color: #FF004D;
    font-size: 16px;
    border: 1px solid #FF004D;
    
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-primary-hungarofit:hover {
    background-color: #E80248;
    border: 1px solid #E80248;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    color: black;
    margin-top: 60px;
    line-height: 4.5rem;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin-top: 30px;
    line-height: 2.5rem;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.text-red {
    font-size: 18px;
    font-weight: 600;
    color: #FF004D;
    line-height: 2.5rem;
}

.stage-text {
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin-top: 30px;
    line-height: 1.5rem;   
}

.boxes-stage {
    margin-top: 30px;
}

p {
    color: black;
}
