#awingu {
  text-align: center;
  border: none;
  background: #eaf5fe;
  color: #000;
  margin-bottom: 0px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#awingu a {
  color: inherit;
  display: block;
}
#awingu a:focus {
  text-decoration: none;
}