img {
  border-radius: 50%;
  transition: 0.4s ease;
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px #856363;
  box-shadow: 0px 0px 20px 0px #000;
  -moz-box-shadow: 0px 0px 20px 0px #000;
  -webkit-box-shadow: 0px 0px 20px 0px #000;
}
img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 30px 5px #ffffff;
}

.box1 {
  border-radius: 2%;
    border: 2px solid rgba(232, 83, 255, 0.48);
  text-align: center;
  width: 300px;
  height: 720px;
  font-size: larger;
  color: rgb(255, 255, 255);
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 50px;
  background-color: transparent;
  box-shadow: 0px 0px 20px 0px #000;
  -moz-box-shadow: 0px 0px 20px 0px #000;
  -webkit-box-shadow: 0px 0px 20px 0px #000;
}

h2 {
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px #856363;
  text-shadow: 0px 0px 10px cyan;
   text-shadow: 0px 0px 20px cyan;
    text-shadow: 0px 0px 40px cyan;
     text-shadow: 0px 0px 10px cyan;
}

body {
  background-image: url(https://static.vecteezy.com/system/resources/previews/020/562/068/non_2x/retro-neon-futuristic-for-background-design-vector.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.Instagram h3 a {
  text-decoration: none;
  color: black;
  background-color: rgba(221, 42, 123, 0.726);
  height: 65px;
  width: 250px;
  border: 2px solid rgb(238, 134, 179);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px auto;
  box-shadow: 0px 0px 20px 0px #f12e2e;
  -moz-box-shadow: 0px 0px 20px 0px #a71f1f;
  -webkit-box-shadow: 0px 0px 20px 0px #b92c2c;
  transition: 0.4s ease;
}
@keyframes glow {
}

.Tiktok h3 a {
  text-decoration: none;
  color: rgb(255, 254, 254);
  background-color: #25f4edbf;
  height: 65px;
  width: 250px;
  border: 2px solid rgb(111, 207, 248);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(251, 251, 251);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 00px auto;
  box-shadow: 0px 0px 20px 0px #000;
  -moz-box-shadow: 0px 0px 20px 0px #000;
  -webkit-box-shadow: 0px 0px 20px 0px #000;
  transition: 0.4s ease;
}
.Facebook h3 a {
  text-decoration: none;
  color: black;
  background-color: rgba(32, 98, 230, 0.801);
  height: 65px;
  width: 250px;
  border: 2px solid rgb(93, 176, 254);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px auto;
  box-shadow: 0px 0px 20px 0px #1426c7;
  -moz-box-shadow: 0px 0px 20px 0px #1f33a7;
  -webkit-box-shadow: 0px 0px 20px 0px #3a2cb9;
  transition: 0.4s ease;
}
.x h3 a {
  text-decoration: none;
  color: black;
  background-color: rgba(52, 51, 51, 0.657);
  height: 65px;
  width: 250px;
  border: 2px solid rgb(227, 227, 227);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px auto;
  box-shadow: 0px 0px 20px 0px #000;
  -moz-box-shadow: 0px 0px 20px 0px #000;
  -webkit-box-shadow: 0px 0px 20px 0px #000;
  transition: 0.4s ease;
}
/* .nextpage h3 a{
  text-decoration: none;
  background-color: rgba(209, 50, 245, 0.25);
  border: 2px solid rgb(241, 91, 214);
  height: 45px;
  width: 150px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin: 50px auto;
  box-shadow: 0px 0px 20px 0px #000;
  -moz-box-shadow: 0px 0px 20px 0px #000;
  -webkit-box-shadow: 0px 0px 20px 0px #000;
   transition: 0.4s ease;
} */
.Instagram h3 a:hover,
.Tiktok h3 a:hover,
.x h3 a:hover,
.Facebook h3 a:hover,
.nextpage h3 a:hover {
  transform: scale(1.15);

  img {
    width: 140px;
    height: 140px;
  }

  h2 {
    font-size: 18px;
  }

  .Instagram h3 a,
  .Tiktok h3 a,
  .x h3 a, 
  .Facebook h3 a,
  .nextpage h3 a {
    font-size: 18px;
    height: 55px;
  }
}

/* =========================
   MOBILE VIEW
========================= */
@media (max-width: 480px) {
  body {
    height: auto;
    padding: 20px;
  }

  .box1 {
    width: 90%;
    height: auto;
    padding-bottom: 30px;
  }

  img {
    width: 160px;
    height: 160px;
  }

  h2 {
    font-size: 18px;
  }

  .Instagram h3 a,
  .Tiktok h3 a,
  .Facebook h3 a,
  .x h3 a {
    width: 90%;
    height: 55px;
    font-size: 18px;
  }
}

/* =========================
   PC / DESKTOP VIEW
========================= */
@media (min-width: 1019px) {
  .box1 {
    width: 250px;
  }

  img {
    width: 230px;
    height: 230px;
  }

  h2 {
    font-size: 24px;
  }
}
