body {
  color: #444444;
  font-family: "Noto Sans";
  font-size: 16px;
  padding: 10%;
}

h1 {
  color: #444444;
  font-family: "Noto Sans";
}

#logo {
  width: 30%;
  height: auto;
}

#logo-container {
  text-align: center;
  margin-bottom: 40px;
}

footer {
  margin-top: 40px;
  text-align: center;
}

a, a:active, a:visited {
  color: #0034cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
