body {
  text-align:center;
  font-family:"Comic Sans MS";
  color:white;
  background-color:#FFADCA;
  text-decoration:none;
}

.home {
  background-image:url("images/home.png");
  height:85px;
  width:85px;
  transition:0.4s;
}

.home:hover {
  background-image:url("images/home1.png");
  cursor:pointer;
}

.images {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.top {
  display:flex;
  justify-content:space-between;
  align-content:center;
}