/* Coleoidea HTML-Grundlagen */
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:#ececec;color:var(--text);font-family:Inter,Arial,sans-serif;font-size:14px;display:flex;align-items:center;justify-content:center}
@media(max-width:900px),(max-aspect-ratio:4/3){
body{display:block;background:#fff}
}
strong,b{font-weight:500}
