/* Alles etwas größer als sonst (Standart ist 120%) */
html {
    font-size: 130%;
}

h1 {
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--text-color);
    padding: 2.5rem;
}

button {
    font-size: 1rem;
}

/* Styling des "Zurück zu Hauptseite" Links */
a.back {
    all: unset;
    color: #457ee8;
    font-weight: bold;
    font-size: 0.8rem;
}

a.back:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Styling für den zurück Pfeil im Zurück Link */
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    vertical-align: middle;
    margin-right: 4px;
    line-height: 1;
}