body{
    background-color: lightblue;
}
h1{
    color: crimson;
    text-align: center;
}
h3{
    text-align: center;
}
p{
    text-align: justify;
}