body {
  background-color: Linen;
  color: rgb(51, 0, 102); /* font colour */
  font-family: Roboto;
  }
  
h1 {
  color: coral;
  }
  
h2 {
  }
  
#sub-title {
  color: coral;
  text-align: center;
  }