body.bg {
  background: #19191B url("../img/background.webp") center center;
  background-size: cover;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
  /* backdrop-filter: blur(12.1px); */
  /* -webkit-backdrop-filter: blur(12.1px); */
  background-attachment: fixed;
}

.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 150px;
  border-radius: 50%
}

.profile-name {
  text-align: center;
  padding: 10px;
  font-family: Cooper Black, sans-serif;
  font-weight: 700;
  color: #ffffff;  
  text-shadow: 2px 2px 4px black;
  font-size: 20px
}

.profile-about {
  text-align: center;
  padding: 2px;
  font-family: sans-serif, sans-serif;
  color: #ffffff;
  font-size: 12px;
  text-shadow: 2px 2px 4px black;
  letter-spacing: 2px
}

.links {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: .5px solid #FFFFFF;
  border-width: 1px;
  display: block;
  border-radius: 10px;
  font-family: Cooper Black, sans-serif;
  position: relative;
  font-size: 17px;
  width: 680px;
  max-width: 95%;
  transition: all .3s ease-in-out
}


.links-in {
  /* padding: 5px; */
  border: .5px solid #ffffff00;
  border-width: 1px;
  width: 30px;
  display: block;
  border-radius: 40px;
  left: 20px;
  position: absolute;
  font-size: 30px
}

.hover {
  text-decoration: none;
  color: #3b3e99;
  transition: all .3s;
  background: #fff000;
}

.hover:hover {
  text-decoration: none;
  color: #031F82;
  background: #ffffff;
  transition: all .2s;
  transform: scale(1.03);
}

.bottom-text {
  text-align: center;
  padding: 10px;
  font-family: sans-serif, sans-serif;
  font-weight: 700;
  color: #ffffff;  
  text-shadow: 2px 2px 4px black;
  font-size: 15px
}

.link-hide {
  text-decoration: none
}

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

@media (max-width:548px) {
  .profile-about {
    text-align: center;
    padding: 2px;
    font-family: sans-serif, sans-serif;
    color: #ffffff;
    font-size: 12px;
	text-shadow: 2px 2px 4px black;
    letter-spacing: 1px
  }
}

.links-footer {
  padding: 4px;
  border: .5px solid #ffffff;
  border-width: 1px;
  width: 40px;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  margin-top: 50px;
  color: #000;
  transition: color 1s;
  transition: all .3s;
  background: #ffffff
}

.links-footer:hover {
  color: #000;
  background: #ffffff;
  transition: all .3s
}

.space {
  padding-top: 40px
}

.drag {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -user-drag: none
}