body{
background-color: darkslategray;
}
h1{
    color: gold;
    text-align: center;
    font-size: 60px
}
p{
    color: green;
    text-align: center;
    font-size: 40px;
}
img{
    width: 20%;
    margin-left: 740px;
}