body {
  background-color: silver;
  color: white;
  padding: 20px;
  font-family: Arial, sans-serif;
}
h1 {
  background-color: #ffffffff;
  background-color: hsla(0, 0%, 100%, 0.288);
  color: rgb(41, 37, 37);
  padding: inherit;
  font-size: 45px;
  text-align: center;
  text-shadow: 2px 2px 5px rgb(175, 7, 155);
}
p {
  padding: 5px;
  margin: 0px;
}
p.zero {
  background-color: rgb(238, 62, 128);
}
p.one {
  background-color: rgb(244, 90, 139);
}
p.two {
  background-color: rgb(243, 106, 152);
}
p.three {
  background-color: rgb(244, 123, 166);
}
p.four {
  background-color: rgb(245, 140, 178);
}
p.five {
  background-color: rgb(246, 159, 192);
}
p.six {
  background-color: rgb(245, 176, 204);
}
p.seven {
  background-color: rgb(0, 187, 136);
}
p.eight {
  background-color: rgb(140, 202, 242);
}
p.nine {
  background-color: rgb(114, 193, 240);
}
p.ten {
  background-color: rgb(84, 182, 237);
}
p.eleven {
  background-color: rgb(48, 170, 233);
}
p.twelve {
  background-color: rgb(0, 160, 230);
}
p.thirteen {
  background-color: rgb(0, 149, 226);
}
p.fourteen {
  background-color: rgb(48, 136, 226);
}
