#page-container {
background:
  url(https://i0.wp.com/oh42fifty.org/wp-content/uploads/2022/03/IMG_6055-rotated.jpeg?fit=552%2C4032&ssl=1);
  text-align: center;
  padding: 20px; }
#title
{
  background-color: yellow;
  margin-bottom: 10px;
  margin: 0vh 2VW;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
}
#content
{
  background-color: yellow;
  margin-bottom: 10px;
  margin: 0vh 2VW;
  border-radius: 5%;
}
#bottom-content
{
  background-color: yellow;
  margin-bottom: 10px;
  margin: 0vh 2VW;
  border-bottom-left-radius: 15%;
  border-bottom-right-radius: 15%;
}