html {
  height: 100%;
  width: 100%;
}

h1 {
  color: blueviolet
}

h2 {
  color: mediumvioletred
}

p {
  color: darkslateblue
}