body {
  font-family: sans-serif;
  text-align: center;
  box-sizing: border-box;
}

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

#score {
  font-size: 24px;
  font-weight: 700;
  height: 42px;
  margin: 0;
  padding: 0;
}

#reset {
  padding: 15px;
  color: white;
  background-color: black;
  border-radius: 8px;
  border: solid;
  outline: solid black;
  cursor: pointer;
  margin-top: 5px;
}
