body {
  margin: 0px;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2;
}

.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  z-index: 9998;
}

.sticky-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0000cc;
  color: #fff;
  z-index: 9999;
}

.floated-image {
  float: left; 
  margin-right: 15px; 
  margin-bottom: 10px; 
  max-width: 350px; 
  height: auto;
}
