.openingblurb {
  background-color: ivory;
  margin: 20px;
  padding: 20px;
border-style: hidden;
border-width: medium;
border-color: black;
border-radius: 10px;
box-sizing: border-box;
opacity: 0.95; 
text-align: center;
}

.futurepages {
  background-color: ivory;
  margin: 20px;
  padding: 20px;
  border-style: hidden;
  border-width: medium;
  border-color: black;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: 0.95;
}


body {
  color: black;
  font-family: Garamond;
   background: white;
   background-image: url("quiltbg15.png");
   background-size: contain;
   background-repeat: repeat;
}
  .aboutme {
  background-color: ivory;
  margin: 20px;
  padding: 20px;
  border-style: hidden;
  border-width: thin;
  border-color: black;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: 0.95;
}