uni.drt {
  text-decoration-color: #00693e; }

uni.frh {
  text-decoration-color: #900028; }

uni.col {
  text-decoration-color: #75aadb; }

hl.award {
  background: #fdb201;
  color: white;
  padding: 0em 0.2em; }

ray, beam {
  background: #900028; }

body {
  color: #40506d;
  background: white; }

a {
  color: #75aadb;
  text-decoration: none; }

body {
  font-family: futura-pt, Futura, sans-serif;
  font-weight: 350;
  font-size: clamp(16px, 2vw, 24px);
  display: grid;
  grid-auto-columns: 100%;
  justify-content: center;
  justify-items: center;
  padding: 5em 0;
  gap: 4em;
  line-height: 1.25em;
  text-align: left; }

header, section, footer {
  position: relative;
  width: 100%;
  display: block; }

container {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2em; }

h1, h2, h3, h4, ul, p {
  margin: 0;
  padding: 0; }

hl.award, strong {
  font-weight: 600; }

h1 {
  font-weight: 650;
  font-size: 1.8em;
  line-height: 1em;
  text-align: center;
  letter-spacing: -1px; }

h2 {
  font-weight: inherit;
  font-size: 1.3em;
  line-height: 1.2em; }

h3 {
  font-weight: 600;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1em; }

a:hover {
  opacity: 0.7; }

ul li {
  list-style: none;
  margin-bottom: 2em; }

ul li:last-child {
  margin-block: 0; }

uni {
  font-family: 'CMU Serif', Georgia, serif;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.15em; }

header container {
  display: grid;
  gap: 2em;
  grid-auto-flow: column;
  align-items: center;
  grid-auto-columns: 0.2fr 0.8fr; }

header p img {
  width: 100%;
  border-radius: 100%; }

footer {
  text-align: center; }

footer ul li {
  display: inline;
  padding-inline-start: 1em; }

laser {
  display: flex;
  position: absolute;
  width: calc(50% + 0.5em);
  align-items: center;
  height: 1em;
  top: 0;
  transform: translateY(-50%); }

beam {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute; }

burst {
  display: block;
  z-index: 2;
  display: flex;
  position: absolute;
  height: 1em;
  width: 1em;
  align-items: center; }

ray {
  display: block;
  height: 1px;
  width: 100%;
  transform: rotate(var(--rot));
  z-index: 3;
  position: absolute; }

laser.right {
  right: 0; }

laser.right burst {
  left: 0; }

laser.left {
  left: 0; }

laser.left burst {
  right: 0; }

@media (max-width: 1024px) {
  header container {
    grid-auto-flow: row;
    grid-auto-columns: 1fr; }
  header p img {
    max-width: 10em; }
  header p, header h2 {
    text-align: center; } }
