body {
  background: #020e17;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  color: #FFF;
}
img {
  max-width:100%;
}
img.logo {
  max-height: 10em;
}
h1 {
  font-size: 8vw;
}
svg text {
  fill: #FFF;
  height: 100%;
  width: 100%;
}

li.nav-item, .flex-column div {
  padding: 1em;
}

a {
  color: #FFF;
}
a:visited, a:hover {
  color: #99C;
}

.footer {
  width: 50%;
}

iframe {
  max-width: 350px;
}

.modal {
  background-color: rgb(0, 0, 0, 0.75);
}
