html{
  background:
    url("https://projects.codecraftworks.com/web/JEqwWzfbKKal7YlEQTyD/assets/billy-huynh-W8KTS-mhFUE-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
#page-container{ 
  color:black;
  font-family:Cursive;
  margin: 2vw;
  padding: 8vw;
  opacity: 0.96;
  text-align: center;
}
#title
{
  background-color :#1463A7;
  margin-bottom:10px;
  margin:0vh 2vw;
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
}
#content
{
  background-color :#1463A7;
  margin-bottom:10px;
  margin:0vh 2vw;
  border-radius: 5%;
}
#bottom-content
{
  background-color :#1463A7;
  margin-bottom:10px;
  margin:0vh 2vw;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
}
a {
  color: Purple;
  Font-family: Comic Sans ms;
  font-size: 20px;
}