@font-face {
  font-family: "Readex Pro";
  src: url("/style/fonts/ReadexPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Slackside One";
  src: url("/style/fonts/SlacksideOne-Regular.ttf") format("truetype");
  font-weight: 400;
}

body {
  --mikado-yellow: #ffc800ff;
  --orange-wheel: #fc8012ff;
  --bittersweet: #ff5252ff;
  --night: #151515ff;
  --snow: #fff9f6ff;
  --light-green: #9bdd7dff;
  --electric-indigo: #5e2bffff;
  min-height: 95vh;
  max-height: 95vh;
  background-color: var(--mikado-yellow);
  font-family: "Readex Pro";
  font-weight: 700;
}

footer {
  text-align: center;
}

a {
  color: var(--snow);
  background-color: var(--electric-indigo);
  padding: 3px;
}

h1 {
  font-size: 60px;
  font-family: "Slackside One";
}

footer {
  margin-top: 30px;
}

#wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 95vh;
}

#main {
  background-color: var(--bittersweet);
  color: var(--night);
  width: 750px;
  height: 400px;
  overflow-y: scroll;
  padding: 30px;
  position: relative;
  border: 10px dashed var(--night);
  padding-bottom: 100px;
}

#columns {
  display: flex;
}

#stats {
  background-color: var(--night);
  color: var(--orange-wheel);
  padding: 20px;
  width: 200px;
  min-width: 200px;
}

#body {
  padding: 30px;
  padding-top: 0px;
}

.stat-header {
  background-color: var(--mikado-yellow);
  color: var(--night);
}

@media only screen and (max-width: 800px) {
  #wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  #main {
    width: auto;
  }

  #frame-pic,
  #spotify {
    display: none;
  }
}

#userboxes {
  padding: 3px;
  text-align: center;
}

#userboxes img {
  width: 225px;
}

#stamps {
  text-align: center;
}

#userboxes a,
#stamps a {
  background: none;
}

#stamps img {
  width: 100px;
}
