body {
  margin: 0 auto;
  padding: 0;
  background-color: black;
  background-image: url(./Background02-NL.png);
  background-size: 100%; /* scale to fill */
  background-repeat: no-repeat; /* don't tile */
  max-width: 1000px;
  height: auto;
}

img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "MyFont";
  src: url("./smooth\ and\ stable.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "MyFont", sans-serif;
  color: white;
  font-size: 120px;
  font-weight: lighter;
  padding: 0px;
  margin: 0px;
  margin-top: 15%;
  text-align: center;
}

p {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 15px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; /* or desired width */
}

.footer-text {
  color: black;
  position: absolute;
  bottom: 10px; /* adjust text position */
  font-size: 10px;
  left: 40%;
}
.second-paragraph {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 75px;
  line-height: 25px;
  padding: 0px;
  margin: 23px;
}
.mouseicon {
  position: fixed;
  bottom: 85px;
  left: 50%;
  transform: translateX(-70%);
  width: 25px;
  height: 25px;
}
.third-paragraph {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin-top: 212px;
  text-align: center;
}
.third-paragraph::first-letter {
  color: black;
  font-weight: bold;
  margin-top: 1em;
  background: #fbb750;
  padding: 1px;
}
.forth-paragraph {
  margin-top: 100px;
}
.mouseicon {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 65px;
}
.phoenix-image {
  width: 35%;
  height: auto;
  margin: 0 auto;
  float: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  shape-outside: url("./FireBird-Hover.png");
  shape-margin: 20px;
  -webkit-shape-outside: url("./FireBird-Hover.png"); /* Safari support */
  -webkit-clip-path: inset(0); /* Needed for Safari to apply shape */
  clip-path: inset(0);
}

.phoenix-image:hover {
  animation: floatUpDown 1s ease-in-out infinite alternate;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@keyframes floatUpDown {
  from {
    transform: scale(1.05) translateY(-5px);
  }
  to {
    transform: scale(1.05) translateY(5px);
  }
}

.forth-paragraphtext {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: left;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 15px;
}

.para5 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 100px;
}
.para6 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 100px;
}
.block7 {
  width: 600px;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 1000px;

  padding: 15px;
  margin: 0 auto;
}

p.para7 {
  align-self: center;
}

.para8 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 100px;
}
.para9 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 100px;
}

.para10 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 100px;
}

.para11 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.para12 {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 170px;
  line-height: 35px;
  padding: 0px;
  margin-top: 100px;
  margin-bottom: 200px;
  justify-content: center;
}
.para12text {
  color: white;
  font-family: "MyFont", sans-serif;
  text-align: center;
  font-size: 45px;
  line-height: 35px;
}
.para12 {
  display: flex;
}
.poetry-icon {
  width: 50px;
  height: 50px;
  float: right;
}
