body {
  margin: 0;
  box-sizing: border-box;
  --background: linear-gradient(167.96deg, #c3c1c1 100.00%, #c3c1c1 100%);
  --youtube: linear-gradient(180deg, #e7e5e5 100%, #e7e5e5 100%);
  --whatsapp: linear-gradient(180deg, #7e7e5e5 100%, #e7e5e5 100%);
  --facebook: linear-gradient(180deg, #e7e5e5 100%, #e7e5e5 100.00%);
  --linkedin: linear-gradient(180deg, #e7e5e5 100%, #e7e5e5 100%);
  --instagram: linear-gradient(180deg, #e7e5e5 100%, #e7e5e5 100%);
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--background);
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}

.profile {
  width: 10rem;
  height: 10rem;

  border-radius: 50%;
  border: 2px solid white;
}

.username {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.40rem;
  color: #6a6d6a;
  filter: drop-shadow(+1px +1px 50px rgba(0, 0, 0, 0.25));
}

.profileWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(-5px -10px 10px rgba(0, 0, 0, 0.25));
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;

  width: 90%;
  max-width: 30rem;
  height: 3.75rem;

  font-size: 1.25rem;
  font-family: 'Montserrat', Verdana;
  color: #7a7d7a;
  text-decoration: none;

  border-radius: 30px;

  filter: drop-shadow(+1px +1px 50px rgba(0, 0, 0, 0.25));
}

.youtube-color {
  background: var(--youtube);
}

.facebook-color {
  background: var(--facebook);
}

.facebook-color {
  background: var(--facebokk);
}

.linkedin-color {
  background: var(--linkedin);
}

.whtasapp-color {
  background: var(--whatspp);
}
