body {
     font-family: Arial;
     text-align: center; 
     padding: 50px; 
    }

h1 {
     color: #2c3e50; 
    }
p { 
    font-size: 18px; 
    color: #34495e; 
    }
    /* img { max-width: 500px; max-height: 500px;} */
    img {
      width: 100%;
      height: auto;
    }