.sidebar {
  /* Create the main website sidebar */
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: auto; /* Enable vertical scrolling */
  padding: 20px 0px 0px 0px;
  border-right: gray ridge 2px;
  white-space: nowrap; /* Prevent text wrapping */
}

.main {
  margin-left: 160px;
  padding: 0px 10px;
}

.feetpaws {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-left: 160px;
}

body {
  max-width: 800px;
  border-right: gray ridge 2px;
}

iframe {
  height: 100%;
}