/* Main Stylesheet */

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

#content-wrapper {
  background-color: rgb(228, 228, 228);
  border-radius: 5px;
  margin-top: 40px;
  padding: 0 25px 25px 25px;
  height: 100%;
  width: 75%;
}