
body {
  padding: 0;
  margin: 0;
}

.container {
  width: 100%;
  min-width: 600px;
  margin: 0 auto;
  height:300px;
}

h1 {
  color: #fff;
}