body {margin:0;}

.icon-bar {
  width: 100%;
  background-color: #4CAF50;
  overflow: auto;
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}

.icon-bar a:hover {
  background-color: #000;
}

.active {
  background-color: #4DA0F1;
}

.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
}