/* Style the tab */
.tab, .tab2, .tab3, .tab4, .tab5 {
  float: left;
  width: 7%;
  font-family: 'Glacial Indifference';
}

/* Style the buttons inside the tab */
.tab button, .tab2 button, .tab3 button, .tab4 button, .tab5 button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 5px 5px;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover, .tab2 button:hover, .tab3 button:hover, .tab4 button:hover, .tab5 button:hover {
  background-color: #ea4c1d;
  color:#f1f1e7;
}

/* Create an active/current "tab button" class */
.tab button.active, .tab2 button.active, .tab3 button.active, .tab4 button.active, .tab5 button.active {
  background-color: #ea4c1d;
  color:#f1f1e7;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0 12px;
  width: 60%;
  border-left: none;
}
.tab img, .tab2 img, .tab3 img, .tab4 img, .tab5 img {
    margin-left: auto;
    margin-right: auto;
}