body {
  background-color: lightblue;
  
}

h1 {
  color: navy;
  margin-left: 20px;
}
div {
  display:block;
}

.sidebar {
  height: 100%;
  width: 100%;
  position: absolute;
  left:1000px;
  top: 40px;
}