/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  /* 4. Increase line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.desktop {
  display: flex;
  flex-direction: column;
  height: 6837px;
  align-items: center;
  gap: 64px;
  padding: 0px 0px 64px;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
 
.desktop .group {
  position: relative;
  width: 1444px;
  height: 2575px;
  margin-right: -4px;
}
 
.desktop .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 2575px;
  aspect-ratio: 0.56;
  object-fit: cover;
}
 
.desktop .title-block {
  position: absolute;
  top: 250px;
  left: 0;
  width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
 
.desktop .author {
  font-family: "Vollkorn SC", Helvetica;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
 
.desktop .div {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 2px #611114;
  font-family: "UnifrakturMaguntia", cursive;
  color: #ffffff;
  font-size: 96px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
 
.desktop .p {
  position: absolute;
  top: 778px;
  left: 141px;
  width: 1152px;
  font-family: "Nova Cut", Helvetica;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}
 
.desktop .p-2 {
  position: absolute;
  top: 1040px;
  left: 141px;
  width: 1152px;
  font-family: "Nova Cut", Helvetica;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}
 
.desktop .theatre-masks {
  position: relative;
  width: 118px;
  height: 118px;
  aspect-ratio: 1;
  object-fit: cover;
}
 
.desktop .p-3 {
  position: relative;
  width: 1189px;
  height: 1824px;
  font-family: "Nova Cut", Helvetica;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  text-align: justify;
}
 
.desktop .image {
  position: relative;
  width: 1182px;
  height: 704px;
  mix-blend-mode: hard-light;
}
 
.desktop .p-4 {
  position: relative;
  width: 1152px;
  height: 1153px;
  font-family: "Nova Cut", Helvetica;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  text-align: justify;
}
 
.desktop .end {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 29px;
  margin-left: -2px;
  -webkit-text-stroke: 2px #611114;
  font-family: "UnifrakturMaguntia", cursive;
  color: #ffffff;
  font-size: 64px;
  line-height: normal;
  text-align: center;
  white-space: nowrap;

}
.foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 0px 0px 64px;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.foot .p-5 {
  position: relative;
  font-family: "Nova Cut", Helvetica;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  text-align: justify;
}
a{
  position: relative;
  font-family: "Nova Cut", Helvetica;
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  text-align: justify;
}
 
