body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

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

.drop-cap {
  font-family: "Yinit";
  font-size: 2em;
  float: left;
  line-height: 1;
  margin-right: 0.1em;
  font-weight: 100;
}

#background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
}

#foreground {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
  padding-left: 20%;
  padding-right: 20%;
  box-sizing: border-box;
  color: white;
}

a {
  font-size: 12px;
  color: white;
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  margin-bottom: 10px;
}

.section hr {
  width: 50%;
  height: 1px;
  background-color: white;
  border: none;
  margin: 0;
}

.section p,
ul {
  font-size: 12px;
}

.head {
  margin-bottom: 40px;
}

.head h1 {
  margin-bottom: 0px;
}

.head i {
  font-size: 14px;
}

.head p {
  margin: 0;
  font-size: 12px;
}
