canvas {
  margin: auto;
  border-radius: 5px;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f5f7;
  justify-content: center;
  background-image: url(../src/images/background.jpg);
  background-size: cover;
}

.score-board {
  background-color: white;
  border-radius: 5px;
  width: 620px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
}

input {
  background-color: white;
  border: none;
  border-radius: 5px;
  width: 620px;
  padding: 10px;
  margin-bottom: 10px;
}

.leader-board {
  background-color: white;
  border-radius: 5px;
  width: 620px;
  padding: 10px;
  margin-top: 10px;
  font-size: 24px;
}
