body {
  background-image: url('papyrus.png');
  background-repeat: repeat;
  background-color: #e8e7c8;
  color: #272727;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  text-align: center;
}

.container, .container2 {
    border: 12px solid;
    border-color: beige;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: burlywood;
    margin-bottom: 20px;
    padding: 11px;
    max-width: 604px;
    min-width: 604px;
    justify-content: center;  
    margin: 0 auto;
    margin-top: 17px;
}

a.back,
a.back:link,
a.back:visited,
a.back:hover,
a.back:active, a, a:hover {
  text-decoration: none; 
  color: inherit;        
}


.back {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    border: 12px solid;
    border-color: beige;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: burlywood;
    margin-bottom: 20px;
    padding: 14px;
    max-width: 604px;
    min-width: 604px;
    justify-content: center;  
    margin: 0 auto;
    margin-top: 17px;
}