* {
  color: black;
}

::selection {
  background: #0000ff; /* webkit & blink browsers */
  color: #fff;
}
::-moz-selection {
  background: #0000ff; /* gecko browsers */
  color: #fff;
}

html {
  font-size: 36px;
  font-size: clamp(max(5vh, 2.5vw), 36px, 20vh);
  /* font-size: 3vmax; */
  font-family: Nimbus Sans L, sans-serif;
}

body {
  background-color: white;
  padding: 0.3em;
}

p {
  font-weight: 800;
  margin: 0.5em;
  margin-bottom: 0.35em;
}

p.start, p.end {
  position: absolute;
}

p.start {
  top: 0;
  left: 0;
}

p.end {
  bottom: 0;
  right: 0;
}

a.link {
  text-decoration: none;
  color: black;
}

a.link:hover {
  font-style: italic;
}