/* Style the tab */
.tab {
  overflow: hidden;
  text-align: center;
}
.tab .list{
  width: 220px;
  margin:20px auto 0;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;  
  border-radius: 8px;
  transition: 0.3s;
  font-size: 17px;
  margin-right:10px;
}

/* Change background color of buttons on hover */
.tab button,
.tab button:hover {
  color:#fff;
  background-color: #f00;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #0a8101;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent img{
  width:557px; 
  margin-left:70px; 
  margin-bottom:0;
}