.main-body{
  width: 100vw;
  height: 100vh;
  background-color: #2e304f;
  overflow: hidden;
}

.container{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.light-title{
  color: cornsilk;
  text-align: center;
}
