body {
  background-color:coral;
  font-family: monospace;
  color:whitesmoke;
  
}

h1{
  font-family:monospace;
  color:whitesmoke;
  }

.HomeImg{
  width: 200px;
  float: left;
  margin-right: 20px;
  border-radius: 20px;
  border-color:aqua;
  border-width: 4px;
  border-style:dotted;
}
