html {
  background-color: #f9deff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  animation: fadeIn 1s;
}

.item {
  scale: 0.5;
}
.text {
  scale: 1.5;
}

.socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  offset-position: 25% 75%;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: 100%;
  max-height: 100%;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2vw;
  font-style: normal;
}
