@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');
@font-face {
  font-family: 'Momo Trust Display';
  src: url("/fonts/MomoTrustDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

{
  margin: 0;
  padding: 0;
}

header{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #1f1f1f;
  border-bottom: solid;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
}

nav{
  display: flex;
  flex-direction: row;
  flex: 1;
}

nav a{
  padding: 1.1rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 2px solid transparent;
  font-size: 22px; font-family:"Momo Trust Display";
}

nav a:hover{
  border-bottom: 2px solid #919191;
  transition: border-bottom 0.4s ease-in;
}

P {
 text-align: justify;
  padding: 0 30rem;;
}
 h1 {
  font-family: "Stack Sans Text";
  font-size: 3rem;
  text-align: center;
  padding: 1.3rem;
 }
h2 {
  font-family: "Stack Sans Text";
  font-size: 1.67rem;
  padding: 0 30rem;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-height: 500px;
  padding: 1.1rem;
}
body {
  font-family:Stack Sans Text ;
  background-color: #1f1f1f;
  color: #f5f5f5;
  font-size: 1.3rem;
}


a:link {
  color: #ff8e8e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ff8e8e;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}

.navbar a:link {
  color: #ffffff;
}

.navbar a:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}

.navbar a:active {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
