body {
  background: linear-gradient(-45deg, #ede4ec, #5c9c4c, #229fcc, #4916d3);
  background-size: 400% 400%;
  animation: gradient 60s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

img {
  border-radius: 20%;
}

.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  height: auto;
  max-width: 80px;
}

.profile-name {
  text-align: center;
  padding: 10px;
  font-family: "Dosis", Lucida Sans Regular;
  color: white;
  font-size: 26px;
  letter-spacing: 12px;
  margin-bottom: -10px;
}

.profile-about {
  text-align: center;
  padding: 2px;
  font-family: "Dosis", Lucida Sans Regular;
  color: white;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.links {
  text-align: center;
  margin-top: 10px;
  padding: 14px;
  border: 0.5px solid rgb(255, 255, 255);
  border-width: 1px;
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  font-family: "Dosis", Lucida Sans Regular;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

.links-in {
  padding: 0px;
  border: 0.5px solid rgba(255, 255, 255, 0);
  border-width: 1px;
  width: 30px;
  display: block;
  border-radius: 40px;
  left: 20px;
  position: absolute;
  font-size: 30px;

}

.hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: color 1s;
}

.hover:hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  text-decoration: none;
}

.bottom-text {
  text-decoration: none;
  text-align: center;
  margin-top: 1px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-family: "Dosis", Lucida Sans Regular;
}

.link-hide {
  text-decoration: none;
}
.link-hide:hover {
  text-decoration: none;
}

@media (max-width: 548px) {
  .links {
    text-align: center;
    margin-top: 5px;
    padding: 10px;
    border: 0.5px solid rgb(255, 255, 255);
    border-width: 1px;
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    font-family: "Dosis", Lucida Sans Regular;
    position: relative;
  }
  .profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    height: auto;
    max-width: 65px;
  }
  .profile-name {
    text-align: center;
    padding: 10px;
    font-family: "Dosis", Lucida Sans Regular;
    color: white;
    font-size: 26px;
    letter-spacing: 12px;
    margin-top: -3px;
  }
  .profile-about { 
    text-align: center;
    padding: 2px;
    font-family: "Dosis", Lucida Sans Regular;
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}

.links-footer { 
  padding: 4px;
  border: 0.5px solid rgb(255, 255, 255);
  border-width: 1px;
  width: 40px;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
}
