@font-face {
  font-family: 'Sedgwick Ave Display';
  src: url("../fonts/Sedgwick_Ave_Display/SedgwickAveDisplay-Regular.ttf");
}

@font-face {
  font-family: 'Kavivanar';
  src: url("../fonts/Kavivanar/Kavivanar-Regular.ttf");
}

@font-face {
  font-family: 'Major Mono Display';
  src: url("../fonts/Major_Mono_Display/MajorMonoDisplay-Regular.ttf");
}

@font-face {
  font-family: 'Dosis';
  src: url("../fonts/Dosis/Dosis-VariableFont_wght.ttf");
}

@font-face{
  font-family: 'Open Sans';
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
}

*{
  background-color: #000000;
  color: #ffffff;
  font-family: "Open Sans", serif;
}

section#top{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

@media screen and (max-width: 414px){
  section#top{
    flex-direction: column;
  }

}
nav#topleft{
  background-color: rgba(0, 0, 0, 0);
  padding: 18px;
  order: 1;
  flex-grow: 1;
}
nav#topright{
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  font-size: medium;
  font-weight: bold;
  order: 2;
  flex-grow: 2;
  display: flex;
  flex-wrap: wrap;
  height: 148px;
  vertical-align: center;
}
section#top nav#topright a{
  color: #684FE8;
  margin: auto;
  text-decoration: none;
  transition: ease 0.5s;
  padding: 5px;
  font-family: "Major Mono Display", serif;
}
section#top nav#topleft a {
  margin-right: 0.5%;
  color: #f5f5f5;
  margin-top: 15%;
  margin-bottom: 15%;
  text-decoration: none;
  transition: ease 0.5s;
  padding: 5px;
  font-family: "Major Mono Display", serif;
}

section#top nav#topright a:hover{
  color: white;
  background-color: #684FE8;
  font-family: "Major Mono Display", serif;
}

section#top nav#topleft a:hover{
  color: white;
  background-color: #684FE8;
  font-family: "Major Mono Display", serif;
}

section#body{
  padding: 20px;
  font-family: "Open Sans", serif;
}

#bottom{
  text-align: center;
}

section#bottom p{
  font-size: 16px;
}

h1{
  font-family: "Open Sans", serif;
  font-size: 36px;
}

h2{
  font-family: "Open Sans", serif;
  font-size: 30px;
}
