@font-face {
    font-family: "roboto";
    src: url(fonts/roboto.ttf);
  }

  .scroll {
    overflow-y: scroll;
    display: visible;
   
  }


  /* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar {
  display: none;
}


body {
  font-family: 'roboto', sans-serif; 
  background-color:rgb(246,244,239);
  color:rgb(96,96,96);
  overflow: hidden;
}


p {
  margin: 0;
  font-family: 'roboto', sans-serif;
    font-weight: bold;
}

h1 {
  margin: 0;
  font-family: 'roboto', sans-serif;
   
}


h2 {
  margin: 0;
  font-family: 'roboto', sans-serif;
 
}

h6 {
  font-size: 18px;
  margin: 0;
  font-family: 'roboto', sans-serif;
}

h6:hover {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  text-decoration: underline;

}


h3 {

  font-size: 10px;
 
}

.sub {
  font-size: 10px;
}

sup {
  font-size: 15px;
  
}


  #items_back {
    width: 100%;
    height: 95vh;
    position: fixed;
    z-index: -2;
    
    
  }
  
  #items {
    width: 100%;
    justify-content: space-around;
    
    
  }
  
  .box {
    width: 40%;
    padding: 12px;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
     
  }
  
  .box h2 {
    font-size: 22px;
    
    
  }

  #box3 img {
    width: 90%;
    margin-bottom: 0px;
  }
  
  .divider {
    width: 2px;
    background-color: #A6A8AA;
    
  }

  .flex {
    display: flex;
  }
  
  .close,
  .cross:visited {
    font-family: 'roboto', sans-serif;
    font-weight: bold;
 
  }
  
  .close:hover {
    cursor: pointer;
    text-decoration: none;
  
  }

  a:-webkit-any-link {
    color: rgb(96,96,96);
    cursor: pointer;
    text-decoration: none;
  }

#container {
  height: 95vh;
}

#scroll-container {
  height: 100%;
  width: 120%;
  overflow-y: scroll;
}

#scroll-container .flex {
  align-items: stretch;
  height: max-content;
}

#box1, #box2 {
  border-right: 1px solid black;
  padding-right: 1em;
  
}

#items_back {
  display: none;
  text-decoration: none;
}

