#container{
  width: 700px;
  margin: 0 auto;
}

body{
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #FAF9F6;
  background-color: #0F0F0E;
  margin-top: 35px; 
} 

.box{
  max-height: 100%;
  border: 2px dotted #7c3a65;
  margin-top: 20px;
  padding: 0px 20px 25px 20px;
  background: #0F0F0E ;
}

h1{
  font-family: "Gamja Flower";
  font-size: 35px;
  margin-bottom: 10px;
}

hr{
  border: 0;
  border-top: 2px dotted #FAF9F6;
  margin-bottom: 20px;
}

.background{
  width: 100%;
  max-height: 1500px;
  padding: 20px 20px 25px 20px;
  border-radius: 4px;
  background: white;
  background-image: url(/images/pixelbg.png);
  background-size: 800px;
  box-shadow: 0px 0px 5px 0px rgba(235,248,218,0.4);
}

.navbar{
  border: 2px dotted #7c3a65;
  background: #0F0F0E;
}

.stamps{
  margin-top: 10px;
  display: flex; 
  flex-flow: row wrap; 
  justify-content: center; 
  align-items: center; 
  grid-gap: 4px 3px;
}

nav ul {
  list-style-type:none;
  padding-left: 0px;
  display:flex;
  flex-wrap:wrap;
  justify-content: center; 
}

nav ul li {
  padding-right: 15px;
  font-size: 12px;
  font-weight: bold;
}

a{
  text-decoration: none;
  color: #FAF9F6;
}

a:visited{
  color: #FAF9F6;
}

li a:hover{
  text-decoration: 2px underline dotted;
  text-decoration-style: 3px solid;
}