body {
  background-color: #73345c;
  background-image: url("https://i.imgur.com/D1UGJ1C.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  background-color: #c49760;
  border: solid #785432;
  margin: 0 auto;
  margin-top: 80px;
  padding: 30px;
  position: relative;
  text-align: center;
  max-width: 600px;
  border-radius: 30px;
}

.container-second {
  background-color: #c49760;
  border: solid #785432;
  margin: 0 auto;
  margin-top: 85px;
  padding: 10px;
  position: relative;
  text-align: center;
  max-width: 600px;
  border-radius: 30px;
}

h1 {
  color: #33261e;
  font-family: "Pirata One", system-ui;
  font-size: 56px;
  margin-top: 5px;
  margin-bottom: 2px;
}

footer {
  color: #33261e;
  text-align: center;
  font-family: "Germania One", system-ui;
}

p {
  color: #33261e;
  text-align: center;
  margin-top: 0px;
  font-family: "Germania One", system-ui;
  font-size: 20px;
}

a {
  color: #33321c;
}

.poem-example {
  color: #33261e;
  font-family: "Germania One", system-ui;
  font-size: 20px;
}

#input {
  font-family: "Germania One", system-ui;
  font-size: 20px;
  width: 350px;
  border: 3px solid #785432;
  padding: 4px 5px 5px 5px;
}

#button {
  background: #d7a56c;
  color: #33261e;
  font-family: "Pirata One", system-ui;
  font-size: 24px;
  border: 3px solid #785432;
  border-radius: 4px;
  box-shadow: 2px 2px #513821;
  cursor: pointer;
}

#button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px #513821;
}

#button:active {
  transform: translate(1px 1px);
  box-shadow: 1px 1px #513821;
}
