body {
    background-image: url(https://files.catbox.moe/hs9og5.webp);
   display: flex;
   /*justify-content: center;*/
}
.container{
  width: 100%;
      display: flex;
      justify-content: center;
      padding: 20px;

  
}
  .greekcontainer {
      margin: auto;
      border-color: #edca4c;
      background-color: #c2a43a;
      border-style: dashed;
      border-width: 5px;
      border-radius: 20px;
      display: flex;
      justify-content: center;
      max-width: 2000px;
      padding: 20px;
      overflow-y: scroll;
      height: 600px;
      width:  700px;
      flex-direction: column;
}
  .leftapollo {
      display: flex;
      justify-content: center;
      max-width: 300px;
      padding: 0px;
      margin: 0px;
      height: 600px; 
      flex-direction: column;
      float: left;
}
 .rightaphrodite {
      display: flex;
      justify-content: center;
      max-width: 300px;
      padding: 0px;
      margin: 0px;
      height: 600px; 
      flex-direction: column;
      float: right;
}









.shrinecontainer{
  overflow-y: auto;
  
}































































































































































