@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
  background-color: #FFFFFF;
  color: #000000;
 font-family: 'Verdana', monospace;
  font-size: 16px;
  margin: 0px;
}

p { margin: 0 !important; }

a {
  color: #DBB73B;
}

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

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

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

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

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