html {
  background-image: url(/bgs/bubbles.gif);
  background-color:lightsteelblue;
  text-align: center;
}

.container {
  background-color:ghostwhite;
  border-radius:15px;
  margin:5px 100px;
}

.drawings {
  display:grid;
}

h {
  color:steelblue;
  font-size:xx-large;
  
}

p {
  color:lightsteelblue;
}
