body{
    background-color: lightskyblue;
}
h1{
    color: cadetblue;
    text-align: center;
    font-size: 60px;
}
p{
    color: cornsilk;
    text-align: center;
    font-size: 40px;
}
img{
    margin-left: 660px;
    width: 60%;
}