p {
    line-height: 1.5;
    font-size: 16px;
}

p a {
    text-decoration: none;
}

.massiveTitle {
    font-size: 41px;
}

.bigTitle {
    font-size: 36px;
}

.mediumTitle {
    font-size: 24px;
}

.mediumSmallTitle {
    font-size: 18px;
}

.smallTitle {
    font-size: 12px;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.regular {
    font-weight: 500;
}