body{
  background: #0B7EA1;
}

.page-title{
  padding: 30px 25px;
  color: #fff;
  font-size: 14px;
}

.content{
  padding: 78px 0;
  min-height: calc(100vh - 216px);
  box-sizing: border-box;
}

.content > table{
  width: 300px;
  margin: 0 auto;
}

table  p{
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}

table p a{
  color: #fff;
  text-decoration: none;
}
