
h1 {
    font-family: 'ZeitungPro-Black-_1_';
    font-size: 3rem;
    color: white;
    background-color: var(--green-for);
    padding: 14px;
    border-radius: 4px;
}

h2 {
 color: var(--orange-for);
 font-family: 'ZeitungPro-Black-_1_';
 font-size: 3rem;
}

h4 {
font-size: 2.5rem;
}
p {
   font-size: 2rem;
}