body {
  display: block;
  background-color: #e6f5fa !important;
}

.logo {
  width: 20rem;
}

.cont {
  display: flex;
  margin: 8px;
  padding: 8px;
  justify-content: center;
}

.body-cont-outer {
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.body-cont-inner {
  /* width: 60%; */
  width: fit-content;
  height: fit-content;
}
