.max {
  /*border-color: green;
  border-size: 3px;
  border-style: solid;*/
  width: 50%;
  font-size: 15px;
  float: center;
  text-align: justify;
  margin: 0 auto;
  color: #676767;

  font-family: helvetica;
  font-weight: lighter;

  /*position: relative;*/
  /*top: 40%;*/
  /*transform: translateY(-50%);*/
}



.header{
  text-align: center;
  font-weight: lighter;
  font-size: 18;
  /*color: #CC1100;*/
  color: #676767;
}


a{

  color: #676767;
}