@media only screen and (max-width: 600px) {
  body {
    padding: 10px;
    font-size: 16px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .container {
    width: 100% !important;
    box-sizing: border-box;
  }
}
