
 #contact, #license, #home, #address{
  margin: 10px auto;
  /* width: 60%; */
  text-align: center;
 }

 #contact p, #address p{
  height: 25px;
 }

 #contact p:first-of-type{
  color: #0008C1
 }

 #contact p:nth-of-type(2){
  color: #379237
 }

 #license a{
   text-decoration: none;
 }

 #home p:first-of-type{
  text-align: right;
 }

 #home p:nth-of-type(2){
   direction: rtl;
  text-align: justify;
 }

  /* address */
  #address iframe{
   margin-top: 25px
  }
