.container {
    margin: auto;
    background-color: aqua;
  }

  #studentNames {
    background-color: red;
  }