html {
  margin: 0;
}
body {
  margin: 0;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(
    226.13deg,
    #503adf 46.72%,
    rgba(80, 58, 223, 0) 233.69%
  );
}

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

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

p {
  color: #fff;
  font-size: 1.5rem;
  font-family: sans-serif;
}

.contact {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
}

.contact p {
  font-size: 1rem;
  color: #fff;
  font-family: sans-serif;
}

.contact p a {
  color: #afa3ff;
  text-decoration: none;
}

#MLABS {
  width: 500px;
  max-width: 90vw;
  margin-top: -30%;
}

.shape {
  display: none;
}

.extra {
  opacity: 0;
}
