.centerdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  border: 1px solid black;
}

body {background-color: Black;}
