/* .center-content {
  display: grid;
  align-items: center;
  align-content: center;
}

.main-content {
  overflow: hidden;
  position: relative;
  background-color: #e8e8e85e;
  min-height: 60vh;
}

.main-content-body {
  border: solid 1px #ff00004c;
  min-height: 60vh;
  padding: 2rem 1rem;
  overflow: auto;
  position: relative;
  background-color: #3cff0012;
} */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
