body {
  background: url("bg.jpg");
  color: white;
  background-position: center;
  background-size: cover;
}
.pp {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  box-shadow: 0 0 160px 2px #f87980;
}
.name {
  font-size: 30px;
  color: #f87980;
}
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  gap: 75px;
  backdrop-filter: blur(15px);
}
.content {
  width: 500px;
}
