body {
  font-family: georgia;
  font-size:23px;
  background-color: skyblue;
}

h1 {
  color:white;
  width: 500px;
  height: 50px;
  padding: 10px;
  border: 5px teal;
  border-style: solid;
  background-color: lightseagreen;
    text-align: center;
}
  
.top {
  float: right;
}

div {
  float:right;
  width: 850px;
  height: 280px;
  padding: 10px;
  border: 10px ridge rgb(81, 179, 201);
  background-color: lightseagreen;
  font-weight:bold;
  font-size: 30px;
  left: 990px;
  position: absolute;
  }

.Chemists {
  float:right;
  width: 850px;
  height: 200px;
  padding: 10px;
 border: 10px ridge rgb(81, 179, 201);
  background-color: lightseagreen;
  font-weight:bold;
  font-size: 35px;
   position: absolute;
  left: 990px;
  top: 470px;
 
}

h6 {
  margin:0
}

img {
  float: right;
}

.top-img {
  float: left;
}

ul {
  white-space: nowrap;
}

ul, li {
  list-style: none;
  display: inline;
}

