body {
background-color: blue;
color:white;
}
h1{
font-weight: bolder;
color: white;
text-align: center;
margin: 40px;
}
p{
color:black;
font-size:x-large;
text-align:justify;
margin: 2px;
}