body {
  margin: 0;
  padding: 0;
  background-color: #2d2f4a;
}


.content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  color: white;
  font-size: 4rem;
  font-family: "AudioWide", cursive;
  text-align: center;
}

.text {
  font-size: 2rem;
  color: #00ff8c;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  text-align: center;
  margin-bottom: 50px;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.socials i svg {
  width: 50px;
  height: 50px;
}

.socials svg path {
  width: 512px;
  height: 512px;
  fill: white;
}
