.custom-all {
max-width: 950px;
margin: 10px auto;
box-shadow: 0 0 20px rgb(0,0,0,0.3);
border-radius: 10px;
}
.custom-slogan {
font-size: 30px;
line-height: 1.1;
padding: 20px;
text-align: center;
font-weight: bold;
color: rgb(var(--dunklefarbe-contrast));
...