body{
  background-color: black;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title{
  color:red;
}