body {
  background: #fffffa;
  margin: 0;
  font-family: ms gothic;
}

.tabcontent {
  display: none;
}

.title {
  font-weight: 100;
  font-family: "dreamer";
  color: #fff;
  font-size: 50px;
  float: left;
  filter: drop-shadow(0 0 1px #2e2e29) drop-shadow(0 0 1px #2e2e29) drop-shadow(0 0 1px #2e2e29);
}

.icon {
  width: 100px;
  height: 100px;
  float: right;
}

.wrap {
  width: 640px;
  margin: 20px;
  margin-bottom: 10px;
  margin-left: 100px;
}

.box {
  padding: 10px;
  display: grid;
  grid-template-rows: 120px auto;
  grid-template-columns: 140px auto;
  grid-gap: 10px;
}

.navi {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.navibox {
  border: dotted 1px #b8ba9b;
  color: #484939;
  padding: 5px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.navi a {
  color: #8eb0a8;
}

.main {
  padding: 10px;
  border: solid 1px #b8ba9b;
  background: #fff;
  grid-column: 2 / span 2;
}

.header {
  background: url("https://fentdevilish.neocities.org/assets/banner.png");
  background-size: cover;
  box-shadow: 0 0 5px 5px white inset;
  height: 120px;
  grid-column: 2 / span 2;
}

#stamps img {
  border: dotted 1px #474838;
}

@media screen and (max-width: 650px) {
  * {
    font-size: 10px;
  }
  
  .title {
    font-size: 35px;
  }
  .box {
    width: 90%;
    grid-template-columns: 25% auto;
    margin: auto;
  }
  .wrap {
    width: 94%;
    margin: auto;
  }
}
