body {
  font-family: arial;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

span {
  background-color: red;
  color: white;
}

h1 {
  font-size: 50px;
}