:root {
  --bg: #035CFF;
  --card: #111827;
  --muted: #c3ccdb;
  --accent: #7c3aed;
  --text: #ffffff;
}

* { box-sizing: border-box; }
html,body { height:100%; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background: linear-gradient(90deg, var(--bg), #1d2951);
  color: var(--text);
  line-height: 1.5; /* improves readability */
}


.site-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.navbutton { 
  color:var(--text); 
  text-decoration:none; 
  font-weight:500; 
  padding-right: 0.75rem;
}

.container { max-width: 880px; margin: 2.5rem auto; padding: 0 1.25rem; }
main h1 { font-size: 2rem; margin:0 0 0.5rem 0; }
main p { 
  color: var(--muted); 
  font-weight: 500;
}
main a { color: var(--text); }
section { background: rgba(255,255,255,0.02); padding:1rem; border-radius:8px; margin-top:1rem; }
.site-footer { text-align:center; padding:2rem 1rem; color:var(--muted); }

.gif {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 1.25rem 0;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.6);
}

.image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 1.25rem 0;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.6);
}
