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

body {
  background-color: black;
  color: #DBB73B;
      font-family: 'nintendo_ds_biosregular';
    font-weight: normal;
    font-style: normal;
      max-width: 900px;
      font-size: 25px;
      margin: 15px;
}

p { margin: 0 !important; }

a {
  color: #DBB73B;
}

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

.bigbox {
    background-color: #363a3d;
  color: white;
  font-size: 23px;
  width: 600px;
  height: 300px;
  border: none;
  padding: 10px;
  margin: 10px;
  overflow-y:auto
}

img {
  max-width: 750px;
  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;
}