body {
  background-image: url("/img/BG.svg");
  background-repeat: repeat;
  background-position: center;
  background-color: #4D5F6B;
}
.container {
  display: flex;
  padding: 20px;
  height: 100%;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
}
.card {
  max-width: 800px;
}
