html, body {
  cursor: url("https://downloads.totallyfreecursors.com/cursor_files/sailormoon11.cur"), url("https://downloads.totallyfreecursors.com/thumbnails/11-13.gif"), auto;
}

body { 
  background-color: #C98474;
  margin: 0;
}

.banner {
  display: flex;
  align-items: baseline;
  align-content: center;
  justify-content: center;
  margin: 4rem;
  border: #F2D388;
  border-style: dotted;
  border-width: thick;
  padding: 1rem;
}

.sidebar {
  position: absolute;
  background-color: #874C62;
  box-shadow: 5px 5px 5px 0px #5d5a5a;
  width: 10rem;
  left: 0;
  height: calc(100vh - 20rem);
}

.main {
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
}

.footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
  width: 100vw;
}

.flexFoot {
  display: flex;
  justify-content: space-around;
}

.gifBox {
  width: 4rem;
  height: 4rem;
  border-radius: 25%;
}
