.header {
  text-align: center;
  background: #b2d3c2;
  color: white;
  font-size: 15px;
}
.paragraphs {
  padding:5px;
  text-align: left;
  background:#e4e4dc;
  color:black;
  font-size:15px;
}
.steps{
  width:75px;
  background-color:grey;
  font-style:italic;
  text-align:left;
  color:black;
  font-weight:bold;
}