body {
background-color: rgb(255, 7, 7);
}
h1 {
    color:rgb(0, 0, 0);
    front-size: 30px;
}
p {
    color:rgb(0, 0, 0);
    front-size: 20px;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 200px;
}