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

img {
  max-width: 100%;
}
#body {
  overflow: hidden;
  width: 100lvw;
  height: 100lvh;
  padding: 0;
  margin: 0;
}
#container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: white;
  margin: 12px;
  height: 580px;
}
aside {
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 12px;
}
nav button,
nav .button {
  margin-bottom: 6px;
}
.doll {
  pointer-events: none;
}
.doll img {
  object-fit: contain;
}
h1 { border-bottom: 2px solid black; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; margin-top:0;}
.button,
button {
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  background: silver;
  border: none;
  border-radius: 0;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey,
    inset 2px 2px #dfdfdf;
  box-sizing: border-box;
  color: transparent;
  padding: 4px;
  width: 100%;
  text-shadow: 0 0 #222;
  box-shadow: inset -2px -2px #0a0a0a, inset 1px 1px #0a0a0a, inset 2px 2px #fff,
    inset -3px -3px grey, inset 3px 3px #dfdfdf;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
iframe {
  height: 100%;
  width: 100%;
  border: 0;
  width: 600px;
  border: 2px solid black;
  box-shadow: 4px 4px 4px #08a3f776;
  margin-right: 12px;
}

#main {
  font-family: "Handlee", sans-serif;
  overflow-y: scroll;
  padding: 12px;
  font-size: small;
}

.center { text-align: center; }

#stamps img {
  width: 99px;
  height: 58px;
  object-fit: none;
  margin-right: 4px;
}

#buttons img {
  width: 88px;
  height: 31px;
  margin: 2px 8px 0 0;
}

#blinkies img {
  width: 150px;
  height: 20px;
  margin: 2px 6px 0 0;
}

@media only screen and (max-width: 800px) {
  .mobile {
    display: none;
  }
}
