<style>

    :root {
      --color-bg: #000000;
      --color-text: #ffffff;
      --color-accent: #fcffff;
      --color-border: #fcffff;
    }

    * {
      box-sizing: border-box;
    }
    body {
  background: linear-gradient(to bottom, #0d0d0d, #040505);
  color: #ffffff;
  font-family: 'Hind Madurai', sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card {
  background: linear-gradient(to bottom, #040505 70%, #0d0d0d 90%);
  border-radius: 3px;
  padding: 2rem;
  box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  backdrop-filter: blur(9px);
max-width:auto;
}

.extracard {
  background: linear-gradient(to bottom, #040505 70%, #0d0d0d 90%);
  border-radius: 3px;
  margin-top: 10px;
  padding: 0rem 1rem;
box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-top:-1px;
  backdrop-filter: blur(9px);
max-width:auto;

}

#wave-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.page-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px;
    animation: slideInFromTop 0.8s ease-out;
}


.profile-pic {
  width: 180px;
  height: 180px;
  border-radius: 3px;
  object-fit: cover;

}

h1, h2, h3, h4 {
  font-family: 'Karla', sans-serif;
  color: #fcffff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
    width:auto;
margin-bottom: 19px;
}

h1 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
    color: #fcffff;
}

p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
border-radius: 3px;
  padding: 0.2rem;
box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.09);
max-width:auto;
}


a {
  color: #2a77fa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
    color: #2a77fa;
}

.socials a.vertical {
  background: linear-gradient(to bottom, #040505 75%, #0d0d0d 92%);
  padding: 0.8rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
  transition: all 0.3s ease;
    color: #2a77fa;
}

.socials a.vertical:hover {
  transform: scale(1.05);
  background: linear-gradient(to bottom, #040505 0%, #0d0d0d 100%);
    color: #2a77fa;
}

.socials a.vertical p {
  font-size: 0.8rem;
    color: #2a77fa;
  margin: 0;
}

.socials a.horizontal {
  background: linear-gradient(to bottom, #040505 55%, #0d0d0d 80%);
  border-radius: 3px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
  transition: all 0.3s ease;
    color: #2a77fa;
}

.socials a.horizontal:hover {
  transform: scale(1.05);
  background: linear-gradient(to bottom, #040505 55%, #0d0d0d 90%);
    color: #2a77fa;
}

.socials a.horizontal p {
  font-size: 0.8rem;
  margin: 0;
  color: #2a77fa;
}

.social-pic {
  transition: transform 0.2s ease;
  transform: perspective(500px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
  will-change: transform;
  filter: hue-rotate(210deg);
color: #2a77fa;
}

.star {
  transition: transform 0.2s ease;
  transform: perspective(500px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
  will-change: transform;
  content: url("icon.png");
width: 50px;
  height: 50px;
  //filter: hue-rotate(335deg);
}
.unity {
  transition: transform 0.2s ease;
  transform: perspective(500px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
  will-change: transform;
  content: url("Unity.png");
width: 50px;
  height: 50px;
  //filter: hue-rotate(335deg);
}


.blender{
  transition: transform 0.2s ease;
  transform: perspective(500px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg));
  will-change: transform;
  content: url("Blender 3D.png");
width: 50px;
  height: 50px;
  //filter: hue-rotate(335deg);
}

.steam {
  content: url("Steam Symbol.png");
transition: transform 0.2s ease;
  width: 28px;
  height: 28px;
  //filter: hue-rotate(200deg);
}

.gamejolt {
  content: url("GameJolt.png");
transition: transform 0.2s ease;
  width: 28px;
  height: 28px;
  //filter: hue-rotate(200deg);
}

.youtube {

  content: url("YouTube.png");
transition: transform 0.2s ease;
  width: 28px;
  height: 28px;
  //filter: hue-rotate(200deg);
}

.ig {
  content: url("ig.png");
transition: transform 0.2s ease;
  width: 28px;
  height: 28px;
  //filter: hue-rotate(200deg);
}

.socials-pic {
  transition: transform 0.2s ease;
  width: 28px;
  height: 28px;
  filter: hue-rotate(200deg);
}



    .profile-pic {
      flex-shrink: 0;
      width: 180px;
      height: 180px;
      border-radius: 3px;
      object-fit: cover;
      margin-top: 1px;
      box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
    }

@media (max-width: 600px) {
  body {
    padding: 1rem;
  }

  .card, .extracard {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }

  .socials {
    flex-direction: column;
    gap: 1rem;
  }

  .profile-pic {
    width: 140px;
    height: 140px;
    border-radius: 3px;
  }

  h1 {
    text-align: center;
  }

  .info {
    text-align: center;
  }

  .socials a.vertical, .socials a.horizontal {
    width: 1000%;
    max-width: 300px;
  }
  .socials a.horizontal {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 1rem;
  }

  .socials-pic {
    width: 24px;
    height: 24px;
  }

}#mute-button {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: linear-gradient(to bottom, #040505 70%, #0d0d0d 90%);
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
  cursor: pointer;
}

#themeToggle {
  position: fixed;
  top: 10px;
  right: 60px;
  font-size: 24px;
  background: linear-gradient(to bottom, #040505 70%, #0d0d0d 90%);
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(252, 255, 255, 0.18);
  cursor: pointer;
color: #ffff;
}

</style>
