:root {
  --primary: #6981db;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.bg-image-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.main-card {
  width: 100%;
  max-width: 600px;
  text-align: center;
  color: white;
  background: var(--primary);
  padding: 20px;
  border-radius: 20px;
  background: rgba(238, 238, 238, 0.6);
}

.main-card h1, h2 {
  font-size: 64px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  background: -webkit-linear-gradient(1turn, #8c6bf5, #6eed94);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 2rem;
}

.main-card .main-img {
  margin-bottom: 20px;
}

.main-card .social-links {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 20px;
}

.main-card .social-links img {
  border-radius: 9999px;
}
