.stuff {
  font-size: 35px;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.stuff :hover {
  font-style: italic;
}

.text {
  font-size: 19px;
  padding-left: 5px;
  text-align: center;
}

.top {
  display: flex;
  border-bottom: solid 1.2px #472121;
}

.blinkies {
  font-size: 19px;
  padding-left: 3px;
  text-align: center;
  line-height: 3px;
}

.box1 {
  width: 387.5px;
  padding-left: 5px;
  padding-right:5px;
  border-right: solid 1.2px #472121;
}

.stamps {
  font-size: 19px;
  padding-left: 3px;
  text-align: center;
  line-height: 3px;
}

.box2 {
  width: 387.5px;
  padding-left: 5px;
  padding-right:5px;
}

.middle {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  width: 775px;
  border: solid 1.2px #472121;
  margin-right: auto;
  margin-left: auto;
}

.outer-container {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  width: 775px;
  margin-right: auto;
  margin-left: auto;
}

body {
  position: relative;
  justify-content: center;
  align-items: center;
  color: #472121;
}

a {
  color: #472121;
}

a :hover {
  font-style: italic;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #ffffff;
}