html, body {
  margin: 0;
  padding: 0;
}

.container {
  width: 640px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
