@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  width: 512px;
  height: 350px;
  background-image: url(./mams.png);
  background-repeat: no-repeat;
}

#container img {
  width: 512px;
  height: 350px;
}