* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  width: 100%;
  background: linear-gradient(160deg, #1a3066 0%, #2958b2 45%, #1a3a8c 100%);
  background-attachment: fixed;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

#masthead, header.site-header, .site-footer, footer { display: none !important; }

.content-bg { background: transparent !important; box-shadow: none !important; border: none !important; }
.entry-content-wrap, .content-wrap, .content-container,
.site-container, #primary, .content-area, #main, .site-main {
  padding: 0 !important; max-width: 100% !important;
}

#c {
  display: block !important;
  margin: 0 auto;
  cursor: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.entry-content > *:not(canvas) {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  color: rgba(255,255,255,0.88);
}
.entry-content h1, .entry-content h2, .entry-content h3 {
  color: #FFE060;
  padding-top: 28px;
  padding-bottom: 8px;
}
.entry-content p, .entry-content li { line-height: 1.7; margin-bottom: 12px; }
.entry-content ul, .entry-content ol { padding-left: 44px; }
.entry-content a { color: #80CFFF; }
.entry-content > *:last-child { padding-bottom: 40px; }