#container {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  border: 1px solid #f00;
}
