* {
  background: #0e141b;
  color: #ffffea;
}

body {
  margin: 0;
}

.container {
  height: 100dvh;
  width: 100dvw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  text-shadow: 0px 0px 20px #83a598;
}
