:root{
    --fontChange: 0px;
}


.generalText{
    font-size: calc(20px + var(--fontChange));
    color: black;
}