@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');

body {
  background: #fff9e3;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  cursor: url('https://cur.cursors-4u.net/symbols/sym-9/sym837.cur'), auto;
  overflow: hidden;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://i.pinimg.com/originals/f2/b6/e3/f2b6e3df365eaeae418afdb7e8e24b98.png');
  background-size: 80px;
  opacity: 0.07;
  z-index: 0;
}

.box {
  position: relative;
  background: #fffdf6;
  border: 2.5px dashed #f7d061;
  border-radius: 18px;
  padding: 25px;
  width: 320px;
  max-width: 90%;
  text-align: center;
  margin: 60px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);
  z-index: 1;
}

.pfp {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ffe17a;
  margin-bottom: 12px;
}

h1 {
  font-size: 1.4em;
  color: #f7b731;
  margin: 5px 0 3px;
}

.info {
  font-size: 0.9em;
  color: #666;
  margin: 0 0 5px;
}

.note {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 10px;
}

.section {
  background: #fff6c9;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.8em;
  color: #444;
  margin-bottom: 10px;
}

.section b {
  color: #dca600;
}

.section.small {
  font-size: 0.75em;
}

.byfdfi {
  background: #fff0b0;
  border: 1px dashed #f4c430;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.72em;
  margin-bottom: 12px;
  color: #555;
  text-align: left;
}

.links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.links a {
  background: #fff6c0;
  padding: 6px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.75em;
  color: #444;
  border: 1px solid #fbe9a0;
  transition: 0.2s;
}

.links a:hover {
  background: #ffe167;
}

.gif {
  width: 60px;
  margin-top: 10px;
}

.credit {
  font-size: 0.7em;
  color: #aaa;
  margin-top: 10px;
}