body{
  text-align: center;
  background-color: black;
}
.title{
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-size: 30px;
  color: white;
}

.explanation{
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
}

.session {
  font-size: 50px;
}
