 /**
  * 
  * @author Jorn
  * @created 2025-10-09 10:19
  */

#mfaf div.app > a {
  display: inline-block;
  margin: 16px 64px 0 0;
  float: left;
  width: 214px;
  height: 71px;
  background-image: URL(../images/app_store.png);
  background-size: contain;
  background-repeat: no-repeat;
  
}

#mfaf div.app > a.google {
    background-image: URL(../images/google_play.png);
    margin: 12px 0;
}

