body {
  background-color: rgb(203, 127, 224);
  background-image: url("polka-dot.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-blend-mode: multiply;
}
#styling {
  height: 600px;
}
#styling-container-one {
  display: block;
  margin: 0px auto;
  border: 4px solid black;
  border-radius: 3px;
  padding: 15px 20px;
  justify-content: center;
  background-color: rgb(249, 240, 253);
  width: 500px;
  height: 550px;
  justify-items: safe;
}

#styling-container-two {
  background-color: black;
  padding: 5px 50px;
  border: 5px solid rgb(231, 188, 252);
}
#heading-container {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 0;

  letter-spacing: 2px;
  font-family: "Shantell Sans", cursive;
  color: black;
  color: white;
  border: 4px solid black;
  padding: 5px 50px;
}
h1 {
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.75rem;

  margin: 0;
}

#search-field {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  margin: 30px;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
#search-form {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#inspiration {
  border: 4px solid black;
  border-radius: 3px;
  font-size: 13px;
  padding: 5px;
  padding-right: 40px;
  opacity: 1;
}
#button {
  font-size: 13px;
  padding: 5px;
  border: 4px solid black;
  border-radius: 3px;
  background-color: rgb(240, 210, 255);
  transition: background-color 0.2s ease;
}
#button:hover {
  background-color: rgb(231, 188, 252);
}

#styling {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#poem {
  margin-left: 35px;
  translate: 0 -40px;
  width: 450px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(sticky-note.png);
  font-family: "Shantell Sans", cursive;
  display: flex;
  max-width: 90%;
  justify-content: center;
  align-items: top;
  padding-right: 30px;
}

p {
  position: relative;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

#poem-text {
  transform: rotate(-8deg);
  margin: auto 30px;
  text-align: center;
  font-size: 1rem;
  max-width: 380px;
  line-height: 1.4;
}
#about-me {
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  font-family: "Shantell Sans", cursive;
  font-size: 0.6rem;
  color: white;
  background-size: auto;
  padding: 5px;
}

a {
  color: rgb(231, 188, 252);
}
