
.sectionArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sectionArea span {
    font-size: 30px;
    font-weight: 700;
}
