.button {
  margin: 0 5%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: greenyellow;
  color: red;
  font-size: 25px;
  cursor: pointer;
}
