body{
    text-align: center;
    background-color: green;
}
h1{
    color: lightgreen;
    background-color: rgb(0, 51, 0);
}
h2{
    color: lightgreen;
}
p{
    color: lightgreen;
    background-color: rgb(0, 51, 0);
    overflow-wrap: break-word;
    max-width: 500px;
}
img{
    height: 300px;
}