body {
  margin: 0;
  background-image: url(./images/table.png);
  background-size: cover;
  color: white;
  text-align: center;
}

h1 {
  color: yellow;
}

button {
  background-color: yellow;
  border: none;
  padding: 5px 30px;
}
