body {margin:0;}

img.home {
  height: 50%;
    width: 20%;
    object-fit: contain;
}


.icon-bar {
  width: 100%;
  background-color: #333;
  overflow: auto;
}

.icon-bar a {
  float: left;
  width: 10%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.active {
  background-color: #04AA6D;
}