body {
  background: #0000ff;
  background: #0041ff;
  background: linear-gradient(180deg, #0041ff 0%, #ff00f1 50%, #ffaf00 100%);
  font-family: monospace; }

.type {
  fill: black;
  opacity: 1;
  width: 95vw;
  height: 95vh;
  margin: 2.5vh 2.5vw;
  z-index: -1;
  position: fixed;
  top: 0; }

.year {
  fill: white;
  width: 70vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10; }
  @media screen and (max-width: 600px) {
    .year {
      width: 95vw; } }

img.cancelled {
  /*
  width: 100vw;
  height: 100vh;
  margin: 0;
*/
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 80vw;
  margin-top: -40vw;
  /* Half the height */
  margin-left: -50vw;
  /* Half the width */
  position: fixed;
  z-index: 100; }

ul {
  list-style: none;
  color: white;
  padding: 100vh 5vw 6vh;
  z-index: 10; }
  ul li {
    list-style: none;
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1;
    margin: 12vh 0; }
    @media screen and (max-width: 600px) {
      ul li {
        font-size: 8vw; } }
    ul li:last-child {
      padding-top: 70vh; }
    @media screen and (max-width: 600px) {
      ul li {
        margin: 5vh 0; }
        ul li:last-child {
          padding-top: 70vh; } }

section {
  font-size: 8px;
  color: white;
  margin: 0 5vw 20vh;
  max-width: 600px; }
  section a {
    text-decoration: none;
    color: white; }
