.container {
    width: 800px;
    height: 1000px;
    background-color: rgb(85, 85, 85);
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: antiquewhite;
  }