
body {
  background: linear-gradient(rgba(179, 188, 199, 1), rgba(93, 99, 110, 1));
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0px;
  color: white;
}

.container {
  display: flex;
  flex-direction: column;
  padding: 6vh;
  max-width: 100vw;
  min-width: 50vw;
  align-items: center;
  justify-content: center;
}

.container div {
  text-align: center;
  padding: 3vh;
}

#notfound {
  padding-top: 30vh;
}

.header {
  font-family: "Palatino Linotype", monospace;
  font-size: 48px;
  color: white;
}

.a {
  font-family: Courier, monospace;
  font-size: 16px;
  color: white;
}