body {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.score-life {
  width: 505px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
h1 {
  margin-bottom: -40px;
}

.life i {
  color: red;
}
