body {
  margin: 0px;
}

div {
  margin: 0px;
  background-color: black;
  height: 100px;
}

.score {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  font-size: 30px;
  font-family: Inter;
  font-weight: 600;
  height: 100px;
}
