::-webkit-scrollbar {
  display: none;
}
body {
  background-image: url(bg.png);
  background-size: cover;
  margin: 0 auto;
  color: white;
  image-rendering: pixelated;
}
@font-face {
  font-family: hoover;
  src: url(hoover-variable.ttf);
}
h1 {
    font-family: hoover;
    font-weight: bold;
}
h2 {
    font-family: hoover;
    font-weight: bold;
}
p {
    font-family: hoover;
}
a {
    color: #FFF6AA;
    font-size: 32px;
    font-family: hoover;
}
a::visited {
    color: #B6E2DE;
}
teeny, big {
    font-family: hoover;
    font-weight: 900;
    position: relative;
    bottom: 40px;
    color: #FFDE73;
}
teeny {
    font-size: 72px;
    vertical-align: super;
    bottom: 50px;
}
big {
    font-size: 135px;
}
#cloud-overlay {
  display: grid;
  width: 1390px;
  margin: 0 auto;
  grid-template-columns: 0;
}
#cloud-dec {
  grid-area: 1;
  z-index: -1;
  margin-top: 4px;
}
#main-container {
  width: 920px;
  height: 100%;
  margin: 0 auto;
  grid-area: 1;
}
header {
    box-sizing: border-box;
  width: 468px;
  height: 118px;
  margin-left: 40px;
  margin-top: 30px;
  background-color: #EE8025;
  position: relative;
  z-index: 1;
  border: 4px solid #FFDE73;
  outline: 8px solid #EE8025;
}
#center-container {
  margin-top: -40px;
  width: 100%;
  height: 750px;
  display: flex;
  flex-flow: row;
}
main {
    box-sizing: border-box;
  width: 600px;
  height: 750px;
  background-color: #D62F29;
  border: 4px solid #344C2E;
  outline: 8px solid #D62F29;
  padding: 20px;
  padding-right: 75px;
  font-size: 120%;
  text-indent: 20px hanging;
  overflow-y: scroll;
}
#oopsatree {
    padding-right: 150px;
}
#palm-overlay {
  display: grid;
  width: 320px;
  grid-template-columns: 1px;
}
#palm-dec {
  grid-area: 1;
  margin-left: -250px;
  z-index: 1;
}
#lemsun-overlay {
  display: grid;
  width: 320px;
  grid-template-columns: 1px;
}
#lem-dec, #sun-dec {
    grid-area: 1;
    width: 150px;
     z-index: 3;
}
#lem-dec {
  margin-left: -100px;
  transform: rotate(-20deg);
}
#sun-dec {
    margin-left: -210px;
    margin-top: -190px;
    transform: rotate(25deg);
}
#sidebar {
  width: 320px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 2;
  grid-area: 1;
}
nav {
  width: 270px;
  height: 420px;
  margin-left: 50px;
  margin-top: 15px;
  background-color: #FFDE73;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  overflow: scroll;
}
button {
  width: 228px;
  height: auto;
  background-color: #71C2BA;
  margin: 0 auto;
  border: 4px solid #FFDE73;
  outline: 8px solid #71C2BA;
}
aside {
  width: 370px;
  height: 165px;
  background-color: #71C2BA;
  margin-left: -40px;
  margin-bottom: 25px;
  grid-area: 1;
}
footer {
  margin: 0 auto;
  margin-top: 15px;
  width: 880px;
  height: 50px;
  background-color: #EE8025;
}


