body {
	background-color: #20123A;
}
.main-container {
  height: 100vh;  
}
.section {
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
