/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default margin and padding */
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
figure, blockquote,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/* Remove list styles (bullets/numbers) */
ul, ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Remove underline from links */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove button styling */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Remove fieldset defaults */
fieldset {
  border: 0;
}

/* Remove table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
.bubble-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.7;
  animation: float linear infinite;
  will-change: transform;
  mix-blend-mode: overlay;
}
.bubble:nth-child(1) {
  width: 103px;
  height: 103px;
  left: 98%;
  top: 21%;
  background: radial-gradient(circle at 46% 41%, hsl(231, 70%, 60%), hsl(171, 70%, 50%));
  animation-duration: 50s;
  animation-delay: -12s;
  transform: translate(8px, 15px);
}
.bubble:nth-child(2) {
  width: 14px;
  height: 14px;
  left: 25%;
  top: 82%;
  background: radial-gradient(circle at 43% 59%, hsl(129, 70%, 60%), hsl(222, 70%, 50%));
  animation-duration: 52s;
  animation-delay: -6s;
  transform: translate(-21px, 7px);
}
.bubble:nth-child(3) {
  width: 100px;
  height: 100px;
  left: 100%;
  top: 51%;
  background: radial-gradient(circle at 41% 38%, hsl(146, 70%, 60%), hsl(115, 70%, 50%));
  animation-duration: 58s;
  animation-delay: -8s;
  transform: translate(-45px, -15px);
}
.bubble:nth-child(4) {
  width: 92px;
  height: 92px;
  left: 12%;
  top: 81%;
  background: radial-gradient(circle at 62% 47%, hsl(341, 70%, 60%), hsl(146, 70%, 50%));
  animation-duration: 56s;
  animation-delay: -11s;
  transform: translate(-18px, 22px);
}
.bubble:nth-child(5) {
  width: 123px;
  height: 123px;
  left: 57%;
  top: 97%;
  background: radial-gradient(circle at 56% 48%, hsl(258, 70%, 60%), hsl(202, 70%, 50%));
  animation-duration: 38s;
  animation-delay: -5s;
  transform: translate(-35px, 19px);
}
.bubble:nth-child(6) {
  width: 108px;
  height: 108px;
  left: 86%;
  top: 38%;
  background: radial-gradient(circle at 59% 59%, hsl(7, 70%, 60%), hsl(80, 70%, 50%));
  animation-duration: 53s;
  animation-delay: -6s;
  transform: translate(48px, 18px);
}
.bubble:nth-child(7) {
  width: 122px;
  height: 122px;
  left: 45%;
  top: 83%;
  background: radial-gradient(circle at 65% 49%, hsl(339, 70%, 60%), hsl(87, 70%, 50%));
  animation-duration: 35s;
  animation-delay: -12s;
  transform: translate(-31px, -42px);
}
.bubble:nth-child(8) {
  width: 146px;
  height: 146px;
  left: 12%;
  top: 44%;
  background: radial-gradient(circle at 37% 37%, hsl(7, 70%, 60%), hsl(102, 70%, 50%));
  animation-duration: 58s;
  animation-delay: -16s;
  transform: translate(1px, -13px);
}
.bubble:nth-child(9) {
  width: 121px;
  height: 121px;
  left: 70%;
  top: 38%;
  background: radial-gradient(circle at 50% 54%, hsl(44, 70%, 60%), hsl(84, 70%, 50%));
  animation-duration: 48s;
  animation-delay: -19s;
  transform: translate(1px, -8px);
}
.bubble:nth-child(10) {
  width: 142px;
  height: 142px;
  left: 29%;
  top: 49%;
  background: radial-gradient(circle at 61% 39%, hsl(290, 70%, 60%), hsl(69, 70%, 50%));
  animation-duration: 38s;
  animation-delay: -4s;
  transform: translate(-26px, -26px);
}
.bubble:nth-child(11) {
  width: 137px;
  height: 137px;
  left: 41%;
  top: 71%;
  background: radial-gradient(circle at 38% 60%, hsl(51, 70%, 60%), hsl(209, 70%, 50%));
  animation-duration: 36s;
  animation-delay: -16s;
  transform: translate(17px, 10px);
}
.bubble:nth-child(12) {
  width: 82px;
  height: 82px;
  left: 2%;
  top: 13%;
  background: radial-gradient(circle at 36% 47%, hsl(108, 70%, 60%), hsl(345, 70%, 50%));
  animation-duration: 51s;
  animation-delay: -18s;
  transform: translate(-4px, -4px);
}
.bubble:nth-child(13) {
  width: 111px;
  height: 111px;
  left: 43%;
  top: 48%;
  background: radial-gradient(circle at 62% 54%, hsl(0, 70%, 60%), hsl(188, 70%, 50%));
  animation-duration: 54s;
  animation-delay: -14s;
  transform: translate(22px, 42px);
}
.bubble:nth-child(14) {
  width: 19px;
  height: 19px;
  left: 32%;
  top: 84%;
  background: radial-gradient(circle at 41% 48%, hsl(112, 70%, 60%), hsl(73, 70%, 50%));
  animation-duration: 47s;
  animation-delay: -11s;
  transform: translate(34px, -16px);
}
.bubble:nth-child(15) {
  width: 146px;
  height: 146px;
  left: 96%;
  top: 17%;
  background: radial-gradient(circle at 37% 56%, hsl(108, 70%, 60%), hsl(143, 70%, 50%));
  animation-duration: 58s;
  animation-delay: -5s;
  transform: translate(-3px, -13px);
}
.bubble:nth-child(16) {
  width: 119px;
  height: 119px;
  left: 89%;
  top: 21%;
  background: radial-gradient(circle at 63% 49%, hsl(203, 70%, 60%), hsl(122, 70%, 50%));
  animation-duration: 43s;
  animation-delay: -16s;
  transform: translate(12px, 32px);
}
.bubble:nth-child(17) {
  width: 113px;
  height: 113px;
  left: 93%;
  top: 17%;
  background: radial-gradient(circle at 64% 42%, hsl(300, 70%, 60%), hsl(125, 70%, 50%));
  animation-duration: 43s;
  animation-delay: -5s;
  transform: translate(-9px, -20px);
}
.bubble:nth-child(18) {
  width: 135px;
  height: 135px;
  left: 30%;
  top: 1%;
  background: radial-gradient(circle at 56% 42%, hsl(270, 70%, 60%), hsl(312, 70%, 50%));
  animation-duration: 53s;
  animation-delay: -13s;
  transform: translate(-13px, -2px);
}
.bubble:nth-child(19) {
  width: 123px;
  height: 123px;
  left: 48%;
  top: 57%;
  background: radial-gradient(circle at 57% 48%, hsl(130, 70%, 60%), hsl(121, 70%, 50%));
  animation-duration: 48s;
  animation-delay: -9s;
  transform: translate(16px, -47px);
}
.bubble:nth-child(20) {
  width: 112px;
  height: 112px;
  left: 30%;
  top: 29%;
  background: radial-gradient(circle at 48% 50%, hsl(257, 70%, 60%), hsl(134, 70%, 50%));
  animation-duration: 38s;
  animation-delay: -15s;
  transform: translate(-10px, -36px);
}
.bubble:nth-child(21) {
  width: 86px;
  height: 86px;
  left: 48%;
  top: 9%;
  background: radial-gradient(circle at 36% 53%, hsl(114, 70%, 60%), hsl(210, 70%, 50%));
  animation-duration: 31s;
  animation-delay: -9s;
  transform: translate(27px, 27px);
}
.bubble:nth-child(22) {
  width: 105px;
  height: 105px;
  left: 77%;
  top: 45%;
  background: radial-gradient(circle at 44% 56%, hsl(3, 70%, 60%), hsl(42, 70%, 50%));
  animation-duration: 38s;
  animation-delay: -6s;
  transform: translate(1px, 6px);
}
.bubble:nth-child(23) {
  width: 43px;
  height: 43px;
  left: 24%;
  top: 71%;
  background: radial-gradient(circle at 40% 55%, hsl(302, 70%, 60%), hsl(39, 70%, 50%));
  animation-duration: 59s;
  animation-delay: -7s;
  transform: translate(-3px, 39px);
}
.bubble:nth-child(24) {
  width: 89px;
  height: 89px;
  left: 11%;
  top: 90%;
  background: radial-gradient(circle at 52% 54%, hsl(269, 70%, 60%), hsl(102, 70%, 50%));
  animation-duration: 49s;
  animation-delay: -1s;
  transform: translate(-7px, 11px);
}
.bubble:nth-child(25) {
  width: 30px;
  height: 30px;
  left: 5%;
  top: 28%;
  background: radial-gradient(circle at 51% 53%, hsl(104, 70%, 60%), hsl(275, 70%, 50%));
  animation-duration: 43s;
  animation-delay: -19s;
  transform: translate(-10px, 27px);
}
.bubble:nth-child(26) {
  width: 131px;
  height: 131px;
  left: 74%;
  top: 67%;
  background: radial-gradient(circle at 61% 59%, hsl(98, 70%, 60%), hsl(1, 70%, 50%));
  animation-duration: 47s;
  animation-delay: -20s;
  transform: translate(-44px, 5px);
}
.bubble:nth-child(27) {
  width: 82px;
  height: 82px;
  left: 25%;
  top: 22%;
  background: radial-gradient(circle at 47% 65%, hsl(74, 70%, 60%), hsl(118, 70%, 50%));
  animation-duration: 37s;
  animation-delay: -20s;
  transform: translate(9px, -27px);
}
.bubble:nth-child(28) {
  width: 140px;
  height: 140px;
  left: 42%;
  top: 46%;
  background: radial-gradient(circle at 51% 37%, hsl(11, 70%, 60%), hsl(68, 70%, 50%));
  animation-duration: 46s;
  animation-delay: -12s;
  transform: translate(-25px, 15px);
}
.bubble:nth-child(29) {
  width: 131px;
  height: 131px;
  left: 58%;
  top: 51%;
  background: radial-gradient(circle at 54% 44%, hsl(254, 70%, 60%), hsl(356, 70%, 50%));
  animation-duration: 37s;
  animation-delay: -11s;
  transform: translate(38px, 0px);
}
.bubble:nth-child(30) {
  width: 23px;
  height: 23px;
  left: 82%;
  top: 23%;
  background: radial-gradient(circle at 64% 59%, hsl(7, 70%, 60%), hsl(1, 70%, 50%));
  animation-duration: 53s;
  animation-delay: -7s;
  transform: translate(-38px, 1px);
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(23px, 17px) rotate(180deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
.avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
  transition: all 0.3s ease;
}
.avatar:hover {
  transform: translateY(-2px);
}
.avatar--small {
  width: 66.016504126px;
  height: 66.016504126px;
  margin: 0 auto 0.5rem;
}

.profile-card {
  background: hsl(0, 0%, 12%);
  border-radius: 1rem;
  padding: 2.5rem;
  max-width: 24rem;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.profile-card__title {
  font-size: 24px;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.profile-card__location {
  color: hsl(75, 94%, 57%);
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 14px;
}
.profile-card__description {
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.social-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
.social-links__item {
  transition: all 0.3s ease;
}
.social-links__item:hover {
  transform: translateY(-2px);
}
.social-links__link {
  display: block;
  background: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  font-weight: 700;
  padding: 0.7501875469rem 1rem;
  border-radius: 0.5rem;
  transition: background 0.3s ease;
}
.social-links__link:hover {
  background: hsl(75, 94%, 57%);
  color: hsl(0, 0%, 12%);
}

body {
  font-family: "Inter", sans-serif;
  background: black;
  color: hsl(0, 0%, 100%);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6666666667rem 1rem;
}

/*# sourceMappingURL=styles.css.map */
