

 Body {
  background-color: #E8D8BD;
  }
  
   H1 {
    color: #880808;
    text-align: center; 
    }
   H2 {
     color: #880808; 
     }
     
   a {
    color: #C60C0C; 
    }
            
            
 .container {
  height: 100%;
  width: 70%;
  display: flex;
  position: fixed;
  justify-content: center;
  margin-left: 15%;
  background-color: #fffdf3;
  }

.images{
  opacity: 1.0;
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  
  }

.text {
 text-align: left;
 margin-left: 20%;
 margin-right: 20%;
 margin-bottom: 2%;
 overflow: scroll;
  }