/*style.css*/
header {
width: 100%;
text-align: center;
}
aside {
display: block;
}
footer {
font-family: Thirsty;
display: block;
}
nav {
display: inline-block;
text-align: center;
font-family: "Thirsty", Georgia, serif;
font-size:200%;
}
nav ul li {
display: inline-block;
}
  @font-face {
  font-family: "Langdon";
  src: url("Fonts/Langdon.otf");
  }
  @font-face {
      font-family: "font1";
      src: url("Fonts/font1.otf");
  }
@font-face {
font-family: "Typo";
src: url("Fonts/TypoSlab_InlineDemo.otf");
}
  @font-face {
  font-family: "Thirsty";
  src: url("Fonts/ThirstyRoughLt.otf");
  }
  h1 {
  font-family: Langdon;
  font-size: 100%;
  }
  h2 {
  font-family: Thirsty;
font-size:250%;
  }
h3 {
font-family: Typo;
font-size:250%;
}
a {
text-decoration: none;
}