body {font-family: Roboto;
background: ;}
.wrapper {
width: 720px;
margin: 0 auto;}
table, th,td { border: 1px solid #009cba; border-collapse: collapse;
padding: 5px; vertical-align: top;}

/* Style the tab */
.tab {
  overflow: hidden;
  
  
}

th, h3 {
color: #009cba;
text-align: center;}

/* Style the buttons inside the tab */
.tab button {
  background-color:  #a42d2e;
  float: left;
  border: none;
  width: 150px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  margin-right: 4px;
  border-radius: 5px 5px 0 0;
  color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #db9595;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #f7cdcd;
  color: #a42d2e;
  
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-radius: 0 15px 15px 15px;
  border-top: none;
  background: #f7cdcd;
}

img {
	width: 700px;
	border: ;
}

p {
	color: #01656b;
	 font-size: 17px;
	 margin-left: 10px;
}