*{
  box-sizing:border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000;
}

.page{
  max-width:1200px;
  margin:auto;
  padding:50px 20px;
  text-align:center;
}

.logo img{
  max-width:290px;
  margin-bottom:10px;
}

.subtitle{
  font-style:italic;
  margin-top: 10px;
  font-size:18px;

}

.text{
  max-width:1800px;
  margin:0px auto;     line-height:1.4;
  font-size:16px;
  text-align: justify;     /* justifies the text */
  text-align-last: center; 
}


.section-title{
  font-style:italic;
  margin:30px 0 20px;
}

.symbol{
  margin-top:30px;
  font-size:22px;
}

.loading{
  margin-top:30px;
  font-size:15px;
}

footer{
  margin-top:90px;
  font-size:12px;
  color:#333;
}
.green-letter {
  color: #00b050;
  font-weight: 1000;
}
.green {
  color: #00b050;
}
.ankh {
  color: #00b050;
  font-weight: bold;
}
