html{
  background-color: #2a003b;
}
.PageTitle{
  background: #833AB4;
  background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 0) 70%);
  padding: 15px;
  border-radius: 50px;
}
h1,h2,p,li{
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p{
  font-size: 20px;
}

.container > .maincont{
  border-radius: 50px;
  background-color: #030303;
  margin: 10%;
  height: auto;
  width: 100%;
  
}
.container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
}