/* Sternwarte Freyung – Basisstyle für Unterseiten */
*, *::before, *::after {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
body {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 8px;
}

/* Erste Zeile (FONT SIZE="7") 20% größer als Browser-Standard */
font[size="7"] {
    font-size: 2.4rem !important;
    font-weight: bold !important;
}

img {
    display: inline-block;
    max-width: 96vw;
    height: auto;
}
a        { color: #fff; }
a:hover  { color: #aac8ff; }
a:visited { color: #9090dd; }
center { text-align: center; }
