.h2 {
    font-size: 2.4rem;
    font-weight: 700;
}

.h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.h4 {
    font-size: 1.2rem;
  font-weight: 600;
}

.red {
    color: #DB2553;
}

.underline {
    text-decoration: underline;
    margin-bottom: 5px;
}
