@font-face {
  font-family: "Stencil";
  src: url("../fonts/STENCIL.TTF");
}

body {
  font-family: Stencil, Roboto, Helvetica, Arial, Source Han Sans SC,
    Noto Sans CJK SC, sans-serif;
}

footer a:link {
  color: #000000;
  text-decoration: none;
}

footer a:visited {
  color: #000000;
  text-decoration: none;
}

footer a:hover {
  color: #ffc501;
  text-decoration: none;
}

footer a:active {
  color: #ffc501;
  text-decoration: none;
}

@media (max-device-aspect-ratio: 9/16), (max-device-aspect-ratio: 9/18), (max-device-aspect-ratio: 3/4), only screen and (max-width: 200px)  {
  .center {
    position: relative; 
    -webkit-transform: translateX(-25%); 
    -ms-transform: translateX(-25%); 
    transform: translateX(-25%);
  }
  #logo-pic{
    width: 50%;
    height: 50%;
    -webkit-transform: translateX(-25%); 
    -ms-transform: translateX(-25%); 
    transform: translateX(-25%);
  }
 }