h1{
    width: 100%;
    text-align: center;
    margin-top: 70px;
    font-weight: 450;
    font-size: 2rem;
    color: var(--fontColor);
}

.wrapper{
    width: 60%;
    margin: auto;
    display: flex;
}

.splitContent{
    width: 45%;
    text-align:left;
    padding: 2.5%;
    font-size: 1.1rem;
    line-height: 1.3;
}