/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss ***!
  \****************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&display=swap);
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss (1) ***!
  \********************************************************************************************************************************************************************************/
@font-face {
  font-family: "Amorria";
  src: url(/Dist/098b3f1fdc507c9b4fd6.otf);
}
html {
  font-family: Laila, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

header {
  background: #fff;
}
header > div {
  width: 1400px;
  margin: auto;
  border-bottom: 1px dotted #777;
}
header > div h1 {
  display: block;
  text-align: center;
  margin: 0;
  font-family: "Amorria";
  color: hsl(70, 80%, 40%);
  font-size: 3em;
}
header > div h1 a {
  text-decoration: none;
  color: inherit;
}
header > div nav ul {
  display: flex;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-items: center;
}
header > div nav ul li {
  margin: 0;
  padding: 0;
}
header > div nav ul li a {
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  display: block;
}
header > div nav ul li a:hover {
  color: #777;
}
@media (max-width: 1450px) {
  header > div {
    width: auto;
  }
}
@media (max-width: 500px) {
  header > div h1 {
    font-size: 2em;
  }
}

footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
}
footer:hover > div {
  opacity: 1;
}
footer > div {
  border-top: 1px dotted #777;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0.5;
  transition: opacity 0.3s;
  flex-wrap: wrap;
}
footer > div p {
  margin: 0;
}
@media (max-width: 1450px) {
  footer > div {
    width: auto;
  }
}

section.textSection {
  width: 1400px;
  margin: 64px auto;
}
section.textSection h2 {
  border-bottom: 4px solid var(--sectionColor);
  color: var(--sectionColor2);
  padding-left: 0px;
}
section.textSection:nth-child(5n+0) {
  --sectionColor: hsl(250, 70%, 90%);
  --sectionColor2: hsl(250, 80%, 60%);
}
section.textSection:nth-child(5n+1) {
  --sectionColor: hsl(330, 70%, 90%);
  --sectionColor2: hsl(330, 80%, 60%);
}
section.textSection:nth-child(5n+2) {
  --sectionColor: hsl(0, 70%, 90%);
  --sectionColor2: hsl(0, 80%, 60%);
}
section.textSection:nth-child(5n+3) {
  --sectionColor: hsl(90, 70%, 80%);
  --sectionColor2: hsl(90, 80%, 40%);
}
section.textSection:nth-child(5n+4) {
  --sectionColor: hsl(170, 70%, 90%);
  --sectionColor2: hsl(170, 80%, 60%);
}
@media (max-width: 1450px) {
  section.textSection {
    width: auto;
  }
  section.textSection h2 {
    padding-left: 16px;
  }
  section.textSection > div {
    padding-left: 16px;
  }
}
