body {
  margin:0px;
}
.colour-block {
  background:#198d9f;
  width:60%;
  padding:1% 20% 1% 20%;
  color:#fff;
}
.white-block {
  background:#fff;
  width:60%;
  padding:3% 20% 3% 20%;
  color:#198d9f;
}
h1 {
  text-align:center;
  font-size:40px;
  font-family:'Nunito Sans', sans-serif;
  font-weight:normal;
}
h2 {
  text-align:center;
  font-size:20px;
  font-family:'Nunito Sans', sans-serif;
  font-weight:normal;
  font-weight: bold;
}
h3 {
  text-align:center;
  font-size:18px;
  font-family:'Nunito Sans', sans-serif;
  font-weight:normal;
  font-weight: bold;
}
p {
  font-size:17px;
  font-family:'Raleway', serif;
  text-align: center;
}
table
{
  margin: auto;
  width: 100%;
}
td
{
  text-align :center;
  width: 50%;
  border-top: 1px solid white;
}
