.center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
}