@font-face {
  font-family: 'Minecraft';
  src: url('font/MinecraftRegular-Bmg3.otf') format('opentype');
}

body {
  margin: 0;
  font-family: 'Minecraft', sans-serif;
  background-image: url('https://media1.tenor.com/m/yuOHJp0Kcj8AAAAC/kaoru-hana-wa-rin-to-saku-fragrant-flower-blooms-with-dignity.gif');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  max-width: 600px;
  width: 100%;
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #000;
}

.user-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.symbol {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

.profile-header h1 {
  font-size: 1.5rem;
  margin: 0;
}

.profile {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 1rem;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.projects {
  margin-top: 1rem;
  text-align: left;
}

.project {
  border-top: 1px solid #888;
  padding: 0.75rem 0;
}

.project h3 {
  margin: 0 0 0.3rem;
}

.project a {
  color: #fff;
  text-decoration: underline;
}

.games-box {
  margin-top: 1rem;
  flex-direction: column;
  text-align: center;
}

.game-icons {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.game-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  object-fit: cover;
  border: 2px solid #333;
}

/* Birthday Countdown Box */
.dob-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
}

.dob-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
}

.dob-date h1 {
  font-size: 1.8rem;
  margin: 0;
}

.dob-date p {
  margin: 0;
  font-size: 1.2rem;
}

.dob-separator {
  width: 2px;
  height: 100%;
  background: #444;
  margin: 0 1rem;
}

.dob-info {
  text-align: left;
                   }
