@font-face {
  font-family: "Playwright";
  src: url(/fonts/Playwrite_NO/PlaywriteNO-VariableFont_wght.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url(/fonts/Karla-Playwrite_NO/Karla/Karla-VariableFont_wght.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Micro_5";
  src: url(/fonts/Micro_5/Micro5-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Karla";
  color: black;
}

body {
  background-color: #f6f0d7;
}

p {
  background-color: transparent;
  margin: 4px;
}

.title {
  height: 50px;
  width: 1000px;
  border-radius: 15px 15px 0px 0px;
  margin-top: 10px;
  text-align: center;
  background-color: #89986d;
  font-family: Playwright;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}
.container .main-body {
  background-color: #d6e3ba;
  display: flex;
  flex-direction: column;
}
.container .main-body .menu-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 75px;
  background-color: #89986d;
  border-radius: 0px 0px 15px 15px;
  border-style: solid;
  border-color: #9cab84;
}
.container .main-body .menu-container .menu-item {
  background-color: #f6f0d7;
  border-style: solid;
  border-color: #9cab84;
  height: 60px;
  width: 160px;
  padding-top: 18px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 18px;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.container .main-body .menu-container .menu-item:hover {
  transform: scale(1.1);
}
.container .main-body .menu-container .menu-item {
  text-decoration: none;
}
.container .main-text-area {
  background-color: #d6e3ba;
  display: block;
  border-radius: 0px 0px 15px 15px;
}
.container .main-text-area .text-title {
  margin: 10px 250px 10px 250px;
  text-align: center;
  background-color: #f6f0d7;
  border-radius: 15px;
}
.container .main-text-area .about-text {
  display: block;
}

.pfp {
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=about.css.map */