@font-face {
  font-family: "Aileron";
  font-weight: lighter;
  src: url("fonts/Aileron-Thin.otf") format("opentype");
}

body {
  margin: 0;
  height: 100%;
  background-color: #111;	
  color: #fff;
  font-family: "Aileron";
  font-size: xx-large;
}

center {
  justify-content: space-around; 
  padding-top: 1em;
  padding-bottom: 2em;
  padding-left: 8px;
  padding-right: 8px;
}

a {
  color: #0394fc;
  font-weight: bold;
  font-size: 200%;
}

#zy4n-logo {
  display: inline-block;
  height: 0.8em;
  box-shadow: 0.1em 0.1em 0.15em rgba(0, 0, 0, 0.5);
};
