body {
background-color: rgb(239, 235, 223);
    color: rgb(0, 0, 0);
    font-size: medium;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
  padding: 5px;
}

  .image-container {
    width: 700px;
    height: 900px;
    position: relative;
    overflow: hidden;
    justify-content: center;
  }
  img {
    position: absolute;
    left: 10%;
    top: 0;
    opacity: 0;
    width: 80%;
    height: auto;
    object-fit: cover;
  }
  .visible {
    opacity: 1;
  }
  
  button {
    background-color: rgb(64, 5, 1);
    border-style: none;
    font-size: larger;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #d54b2c;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    bottom: 40px;
    border-style: solid;
    border-color: #d54b2c;
    border-width: 4px;
  }

  button:hover {
    color: rgb(255, 80, 0);
  }

  #buttonone {
    position: fixed;
    left: 40%;
  }

  #buttontwo {
    position: fixed;
    right: 40%;
  }

  div.summory {
    position: fixed;
    top: 0;
    left: 1%;
    width: 200px;
  }

  a:link {
    background-color: rgb(64, 5, 1);
    color: #d54b2c;
    border-radius: 5px;
    padding: 4px;
    text-decoration: none;
  }
  
  a:visited {
    color: #d54b2c;
  }

  a:hover {
    color: rgb(255, 80, 0);
  }

  marquee {
    color: #d54b2c;
    background-color: black;
    font-size: larger;
    margin-bottom: 10px;
  }

  