@font-face {
    font-family: "Fira Sans";
    src: url("../fonts/FiraSans-Regular.woff");
}
@font-face {
    font-family: "Fira Sans Medium";
    src: url("../ffonts/FiraSans-Ultra.woff");
}
@font-face {
    font-family: "Fairfax Pona HD";
    src: url("../ffonts/fairfax-pona-hd-Medium.woff2");
}
/*https://coolors.co/85756e-c6d8d3-46b3a0-592d84-0e0f16*/
h1 {
    text-align: left;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: rgb(106, 0, 182);
    font-size: 2em;
}
h2 {
    text-align: center;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: Snow;
    font-size: 1.5em;
    line-height: 45%;
    

}

h3 {
  font-family: "Fira Sans", sans-serif;
  color: Snow;
}
p, li {
  font-family: "Fira Sans", sans-serif;
  color: Snow;
}
li::marker {
    content: "→ "
}
code {
  font-family: "Jetbrains Mono", sans-serif;
  font-size: small;
  color: #080808;
}
.desc {
    text-align: left;
    width: 40%;
}
a {
  text-decoration: none; 
  font-family: "Fira Sans", sans-serif;
  color: Thistle; /*49ccab*/

}
a:hover {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 1px;
}
.desc_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center
}
@media (max-width: 700px) {
  .desc {
    width: 90%;
    text-align: center;
  }
}
.page_button_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding-top: 7px;
}

.page_button {
  background-color: Indigo;
  color: #C6D8D3;
  padding: 9px;
  text-decoration: none;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; 
}
.page_button_2 {
  color: #C6D8D3;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; 
}
#page_button_group_2 {
  padding: 0px;
  margin: 0px;

}
.page_button:hover {
  text-decoration: none;
  transform: translateY(.1em);
}

#panda {
  rotate: -3deg;
  transition: .42s;
}
#panda:hover {
  rotate: 3deg;
}
body {
  /*dcd1e7*/
  background-color: #0e0f16; 
  text-transform: lowercase;
}

.use-capitals {
  text-transform: none;
}
.center {
  text-align: center;
}
.content {
  padding: .5%;
  width: 40em;
  justify-content: center;
  margin: auto;
}
@media (max-width: 800px) {
  .content {
    width: 80%;
  }
}

footer {
  margin: auto;
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding-top: 20px;
  
}

footer a {
  text-decoration: none; 
  padding: 12px;
}


.review-content {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 40%;
  margin: auto;
  padding: 10px;
}

.review-content p {
  align-items: flex-start;
}

.review-content img {
  width: 180px;
  bottom: 0px;
}

@media (max-width: 1000px) {
  .review-content {
    flex-direction: column; 
    max-width: 90%;         
    align-items: center;     
  }
}
@media (max-width: 1000px) {
  .review-content img {
    width: 25%;
    min-width: 150px;
}
}

#status {
  padding: 0px;
}

