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

p {
  font-family: 'Poppins', sans-serif;
  line-height: 10px;
  font-size: 12px;
  background: url("https://raw.githubusercontent.com/HumayunShariarHimu/BrainGuruProject/refs/heads/main/Images/bondhon.jpg");
  background-size: 1000px;
  -webkit-background-clip: text;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  background-position: center;
}

body {
  background: black;
  overflow: hidden;
}