body {
  background-color : white;
  color : black;
  font-family : Verdana;
}

.title {
  background-color : lightyellow;
  padding : 15px;
  text-align : center;
  border : 2px solid black;
  border-radius : 30px;
}

.introduction {
  background-color : lightyellow;
  text-align : justify;
  border : 2px solid black;
  border-radius : 30px;
}