body {
  background-color: #f5fdff;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: inherit;
  margin-bottom: inherit;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
  color: #35df65
}

h1 {
  color: #2e3d42;
  text-align: center;
  align-items: center;
  font-family: Komoda;
  font-size: 120px
}

h2 {
  color: #2e3d42;
  text-align: center;
  font-family: Komoda;
  font-size: 80px;
  font-weight: 700;
}

nav {
  font-family: Komoda;
  font-size: 65px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: inherit;

}

p {
  font-family: Gidolinya;
  font-size: 25px;
  text-align: center;
  width: 90%;
  margin: 20px auto;
  padding: 1px;
}

ol {
  font-family: Gidolinya;
  font-size: 25px;
  background-color: #596d5e;
  border-radius: 4px;
  text-align: center;
  padding: 10px 10px 10px 10px;

}

li {
  font-family: Gidolinya;
  font-size: 25px;
  text-align: inherit;
  color: #FFFFFF;
  padding: 5px;
  margin-left: 50px;
}


@font-face{
    font-family: "Komoda";
    src: url('Komoda.otf'),
    url('Komoda.eot'); /* IE */
}

@font-face{
    font-family: "Gidolinya";
    src: url('Gidolinya-Regular.otf'),
    url('Gidolinya-Regular.eot'); /* IE */
