@font-face {
  font-family: 'Sunday Best';
  src: url('Sunday-Best.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.footer {
  background-color: white;
  box-shadow: 0px 1px 4px rgb(0 0 0);
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 13px;
}

div#bas {
  text-align: center;
  margin-top: 5px;    
  font-family: none;
  font-family: 'Sunday Best', sans-serif;
}

div.bas > a {
  text-decoration: none;
  background-color: transparent;
  font-family: none;
  font-weight: normal;
  font-size: 15px;
  color: #0077cc;
}

@media only screen and (max-width: 600px) {

div#bas {
  text-align: center;
  margin-top: 5px;
  zoom: 60%;
  font-family: none;
  font-family: 'Sunday Best', sans-serif;
}
}