.button {
  background: #0563bb;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
