body {
  align-items: center;
  display: grid;
  height: 98vh;
  justify-items: center;
  width: 99%;
}

#content-wrapper {
  background-color: rgb(228, 228, 228);
  border-radius: 5px;
  margin: 20px 0 25px 0;
  padding: 0px 30px;
  width: 80%;
}