.indexPage {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#copyrightPageContainer {
  width: 70%;
  margin: 0 auto;
  flex:1;
}
