html{
  background-image:url("");
  background-position: top;
  background-size: cover;
  background-repeat:no-repeat;
  
}
#title-box{
  position:fixed;
  top:0;
  left:0;
  width:76vw;
  padding:1em;
  padding-top:.8rem;
  
  text-align:center;
   width: 75vw;
  height:8rem;
  z-index: 1; 
}
.content{
  background-color: #F9DBBB;
  color:black;
  height:25rem;
  margin:5vh 10vw;
  padding: .9rem;
  position:relative;
  overflow: hidden;
  top: 15.5em;}
.image {
  width:18rem;
}