body {
    background-color: pink;
    font-family: Arial, sans-serif;
    color: white; 
    padding: 20px; 
}
h1 {
    margin-bottom: 20px;
}

p {
    margin-bottom: 30px; 
}
img {
    margin-bottom: 50px;  
    max-width: 500px;
    display: block;
}