@font-face {
  font-family: "Nohemi";
  src: url("../../assets/font/Nohemi-Regular.eot");
  src: url("../../assets/font/Nohemi-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/font/Nohemi-Regular.woff2") format("woff2"), url("../../assets/font/Nohemi-Regular.woff") format("woff"), url("../../assets/font/Nohemi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #f2f0ef;
  gap: 16px;
  max-width: 120ch;
  grid-column: auto;
}
.section img {
  width: 100%;
  height: auto;
}
.section p {
  margin: 0;
}
@media (min-width: 1200px) {
  .section {
    gap: 24px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  background-color: #131313;
  color: #f2f0ef;
  margin: 0;
}

h2 {
  font-weight: 700;
  font-size: 37.9259259259px;
  font-family: "Geist Mono", monospace;
  margin: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Geist Mono", monospace;
}

main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 16px;
  padding: 16px;
  width: 100%;
}

@media (min-width: 840px) {
  main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 840px) {
  main {
    padding: 24px;
    gap: 24px;
  }
}
.section__introduction {
  grid-column: 1/-1;
}

.section__exp {
  grid-column: 1/-1;
}

.header {
  padding: 16px;
  margin: 16px;
}
.header h1 {
  margin: 0;
}
.header__nameofpage {
  margin: 0;
  font-family: "nohemi";
  font-size: 50.5679012346px;
}

.footer {
  background: #262524;
  color: #f2f0ef;
  box-sizing: border-box;
  margin: 0;
  padding: 32px;
}
.footer__links {
  list-style: none;
  padding: 0;
}
.footer__links__element {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 1200) {
  .footer__links__element {
    gap: 24px;
  }
}
.footer__links__element a {
  color: #f2f0ef;
  font-size: 28.4444444444px;
  text-decoration: none;
}
.footer__links__element a svg {
  height: 24px;
  width: 24px;
  transform: rotate(-45deg);
  transition: 0.3s ease all;
}
.footer__links__element a:hover svg {
  transform: rotate(0);
}
.footer__year {
  width: 100%;
  text-align: right;
}

/*# sourceMappingURL=app.css.map*/