/* #span2 {
  height: 20px;
  width: 20px;
  background: green;
} */

#div2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: green;
  position: relative;
  top: 5px;
  right: 10px;
  left: 10px;
  /* left: 10px; */
}

#but2 {
  /* position: relative;
  left: 10px; */
  margin: 10px;
  /* background-color: transparent; */
}

#span2 {
  margin: 10px;
}
