body{
background-color:white;
color:whitesmoke;
padding: 20px;
font-family: Arial, Verdana, sans-serif;}
h1 {
background-color: #f0f0f0;
background-color: hsla(140, 100%, 100%);
color: #595959;
padding: inherit;}
p {
padding: 4px;
margin: 10px;}
 p.three {color: #d9d9d9;}
 p.two {color: #d9d9d9;}
p.one {
background-color: rgb(230, 230, 230);}
p.two {
background-color: rgb(179, 255, 199);}
p.three {
background-color: rgb(255, 253, 230);}
p.four {
background-color: rgb(246, 138, 60);}
p.five {
background-color: rgb(255, 218, 179);}
p.six {
background-color: rgb(249, 185, 185);}
p.seven {
background-color: rgb(255, 26, 26);}
p.eight {
background-color: rgb(245, 140, 36);}
p.nine {
background-color: rgb(245,245,36);}
p.ten {
background-color: rgb(36,245,36);}
p.eleven {
background-color: rgb(6, 122, 6);}
p.twelve {
background-color: rgb(0, 255, 255);}
p.thirteen {
background-color: rgb(0, 0, 230);}
p.fourteen {
background-color: rgb(128, 0, 128);}