@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160;300;400;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Dokdo&family=Rock+3D&display=swap");

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

html {
  --powder-blush: #edb6a3ff;
  --ash-grey: #b2c2b3ff;
  --brick-red: #b61f2bff;
  --yale-blue: #004f70ff;
  --prussian-blue: #011638ff;
  --graphite: #2d2822ff;
  --white-smoke: #f4f2f3ff;
  font-family: "Esteban";
}

body {
  background-color: var(--yale-blue);
}

a {
  color: var(--powder-blush);
}

h1 span {
  padding: 20px;
  font-family: "Dokdo";
  font-size: 3em;
}

h2 {
  font-size: 20px;
}

footer {
  display: flex;
  justify-content: center;
  background-color: var(--graphite);
  color: var(--white-smoke);
  border: 2px groove var(--brick-red);
  width: fit-content;
  margin: 10px auto 0;
  padding: 4px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  max-height: 95vh;
}

#main {
  background-color: black;
  color: white;
  padding: 20px;
  border: 15px double var(--ash-grey);
  width: 750px;
  height: 400px;
  overflow-y: scroll;
  position: relative;
  padding-bottom: 100px;
}

#columns {
  display: flex;
}

#body {
  margin-top: 20px;
  padding-left: 30px;
  margin-top: -10px;
}

#stats {
  padding: 20px;
  width: 200px;
  min-width: 200px;
  color: var(--ash-grey);
  background-color: var(--prussian-blue);
  margin-bottom: 10px;
}

#stats h1 {
  margin: 0px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: var(--ash-grey);
  color: var(--graphite);
  padding: 10px;
}

#stats h2 {
  font-size: 16px;
  text-transform: capitalize;
  background-color: var(--ash-grey);
  color: var(--graphite);
  padding: 5px;
}

#stats .stat {
  padding: 5px;
}

#house-webring {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
}

#house-webring img {
  display: block;
  transition: filter 0.2s ease;
}

#house-webring img:hover {
  filter: invert(1);
}

@media only screen and (max-width: 800px) {
  #wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px !important;
    min-height: auto;
    max-height: none;
  }

  #main {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    max-height: none;
  }

  #columns {
    flex-direction: column;
  }

  #stats {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    order: -1;
  }

  #body {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }

  #frame-pic,
  #spotify {
    display: none;
  }
}

#userboxes {
  padding: 3px;
  text-align: center;
}

#userboxes img {
  width: 225px;
}

#stamps {
  text-align: center;
}

#stamps img {
  width: 100px;
}
