html, body{
  padding: 0;
  margin: 0;
}

* {
  font-family: 'Teachers', serif;
  color: #819BA6;
}

body.splash {
  width: 100vw;
  height: 100vh;
  background-color: #223A59;
  overflow: hidden;
}

a {
  color: #eeeef0;
}

div#navBar a, p#footer a {
  text-decoration: none;
}

#navBox {
  position: absolute; 
  top: 50%;
  left: 50%; 
  margin: 0;
  transform: translate(-50%, -50%);
  background: transparent;
}

#logo {
  width: 400px;
  height: 400px;
}

#navBar {
  text-align: center;
}

#footer {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  color: #819BA6;
  font-size: small;
}
button {
  color: #EEEEF0;
  background-color: #627EAD;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  border: none;
  padding: 8px 16px;
  text-decoration: none;
  transition-duration: 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.button {
  vertical-align: middle;
}

#buttonColumn {
  display: inline-grid;
  gap: 8px;
}
