/* Style the body */
body {
    font-family: Arial;
    margin: 0;
}
  
  /* Header/Logo Title */
.header {
    padding: 60px;
    text-align: center;
    background: #1abc9c;
    color: white;
    font-size: 20gipx;
}
  
  /* Page Content */
.content {padding:20px;}



 