body {
  margin: 0;
  font-family: "Canela Deck", sans-serif;
  background-color: #121212;
  color: #e0e0e0;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

button {
  border: 0;
  border-radius: 3px;
  width: 60px;
  height: 20px;
  background-color: #444444;
  color: #e0e0e0;
  cursor: pointer;
  transition: all 600ms;
}

button:hover {
  transform: scale(1.1);
}

p {
  font-size: 40px;
}
