@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

body {
  background-color: white;
  color: #000000;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
        margin-right: 100px;
        margin-left: 100px;
}

p { margin: 0 !important; }

a {
  color: #DBB73B;
}

.box {
    background-color: #363a3d;
  color: white;
 font-family: 'courier', monospace;
  font-size: 20px;
  width: 300px;
  height: 100px;
  border: none;
  padding: 10px;
  margin: 10px;
  overflow-y:auto
}

img {
  max-width: 800px;
  height: auto;
}

#flags > a > img {
  padding: 0 20px;
  }

  
  #flags > img {
  padding: 0 20px;
  }
  
#grid  img {width:100px;
  height:100px;
  }
  
  #stamps > img {width:99px;
  height:56px;
  margin: 1px;
  }
  
  .nobreak body {
line-height:0;}
  
  
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DBB73B;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #DBB73B;
}