@charset "UTF-8";
@font-face {
  font-family: Sobiscuit;
  src: url("./fonts/sobiscuit.ttf");
}
@import url("https://fonts.googleapis.com/css2?family=Tangerine&display=swap");
body,
html {
  height: 100vh;
  margin: 0;
  padding: 0;
}
#wrap {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  perspective: 20px;
}
header {
  height: 100vh;
  min-height: 100vh;
  transform-style: preserve-3d;
}
header img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
header img:nth-child(1) {
  transform: translateZ(-25px) scale(2);
}
header img:nth-child(2) {
  transform: translateZ(-20px) scale(1.78);
}
header img:nth-child(3) {
  transform: translateZ(-10px) scale(1.5);
}
header img:nth-child(4) {
  transform: translateZ(-8px) scale(1.75);
}
header img:nth-child(5) {
  transform: translateZ(-7px) scale(1.75);
}
header img:nth-child(6) {
  transform: translateZ(-6px) scale(1.5);
}
main {
  min-height: 100vh;
  background: #2d112b;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: #f1f0f0;
  padding: 60px 20px 20px;
  position: relative;
  z-index: 3;
}
main h2 {
  text-align: center;
  margin: 15px;
  font-family: "Sobiscuit";
  font-size: 40px;
}
main p {
  font-family: "Tangerine", cursive;
  font-size: 24;
  text-align: justify;
  margin: 40px 30px 0 30px;
}
footer {
  background-color: #2d112b;
  height: 80px;
}
footer h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  color: #f1f0f0;
  padding: 20px;
  margin: 0;
  font-size: 36px;
}
