@charset "utf-8";


.h1 {
    background-image: url('https://www.ice.cam.ac.uk/sites/www.ice.cam.ac.uk/files/styles/letterbox/public/externals/d0c6c19c2d4991773ad9047e65ed6522.jpg?itok=reKmCzUZ');
    background-size: 100% auto;
    background-position: center;
    text-align: center;
    width: 100%;
  }
.h1 h1 
  {
    font-size: 300%;
    color: rgba(96, 73, 57, 0.95);
    background-color: rgba(216, 216, 216, 0.75);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 70px;
  }
  body::before
{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://www.hinckleypastpresent.org/images/workhouse13.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.775;
    z-index: -1;
}

  .content 
  {
    position: absolute;
    top: 30%;
    left: 18%;
    color: #f4eded;
    background-color: rgba(65, 56, 56, 0.75);
    padding: 20px;
    max-width: 60%;
    margin: 20px;
    box-sizing: border-box;
    z-index: 1;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  p {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    padding: 20px;
  }
  h3 {
    text-align: center;
    color: rgb(254, 227, 191);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    padding: 20px;
  }
.back-btn {
    font-size: 16px; 
    padding: 16px 16px; 
    background-color:#4b4136; 
    color: #fff; 
    border: none; 
    cursor: pointer; 
    position: fixed;
    left: 20px; 
    top: 100px; 
    z-index: 9999; 
}
  
  .back-btn::before {
    content: "\f3d2\f3d2\f3d2"; 
    font-family: 'Ionicons'; 
    font-size: 20px;
    position: center; 
    left: 10px; 
    top: 50%; 
    transform: translateY(-50%);
  }
  .back-btn:hover {
    background-color:#716657;
  }