* {
  box-sizing: border-box;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: flex;
  justify-content: center;
  background: url(./flower.png), linear-gradient(#df688e, #b22e57), #df688e;
  color: white;
}
#body {
  width: 45rem;
  text-align: center;
}
h1 {
  font-style: italic;
}
a {
  color: #c4ffc4;
}
summary {
  color: pink;
}
main {
  background: linear-gradient(#ffedd8, #ffd6a6);
  border: 0.2rem solid #e6b378;
  box-shadow: -0.2rem 0.3rem 0.2rem #8a2545;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
  color: #21040d;
}
