body {
    text-align: center;
    font-family: arial, sans-serif;
}
img {
    max-width:500px;
}
p {
    line-height: 1.4;
}
@media (max-width:520px) {
img {
    max-width: 95%;
}
}