:root {
    --timeFadeIn: fadeIn ease 1.6s forwards;
    --timeFadeOut: fadeOut ease 1s forwards;
}

a {
    outline: none;
    text-decoration: none;
    color: rgb(24, 119, 163);
}

a:hover {
    color: rgb(197, 84, 84);
}

.fett {
    font-weight: bold;
}

.zentriert {
    text-align: center;
}

.gruen {
    color: rgb(103, 163, 24);
}

.blau {
    color: rgb(24, 119, 163);
}

.rot {
    color: rgb(197, 84, 84);
    font-weight: 420;
}

.zahl {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}