@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
body {
  font-family: "Abel", sans-serif;
}

.start-button {
  background-color: black;
  color: white;
  font-family: "Abel", sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
