body {
    background-color: whitesmoke;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 20px;
}
h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;

    }
img {
    width: 300;
    height: 200;
}

@media (max-width: 600px) {
    body {
      font-size: 14px;
    }
    .container {
      flex-direction: column;
    }
  }
  .container {
    display: flex;
    flex-wrap: wrap;
  }
  img {
    max-width: 100%;
    height: auto;
  }
      