<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lalezar">
#page{
background-color: coral;
}
.widget-area {
    text-align: center;
}
#ink,#ink2:link {
  font-family: "Lalezar", sans-serif;
  color: black;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}

#ink,#ink2:visited {
  font-family: "Lalezar", sans-serif;
  color: black;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}

#ink,#ink2:hover {
  font-family: "Lalezar", sans-serif;
  color: black;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}

#ink,#ink2:active {
  font-family: "Lalezar", sans-serif;
  color: black;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
}