body {
  background-color: #f5f5f5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.link-button {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
}
.link-button:hover {
  transform: scale(1.03);
}
.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.purple {
    background-color: purple;
    color: whitesmoke;
}
.green {
    background-color: greenyellow;
    color: whitesmoke;
}
.insta {
  background-color: #c32aa3;
  color: whitesmoke;
}
.twitter {
  background-color: #1da1f2;
  color: whitesmoke;
}
.onlyfans {
  background-color: #00AFF0;
  color: whitesmoke;
}
.footer {
  background-color: lightgray;
}
.x {
  background-color: #1B1C1E;
  color: whitesmoke;
}
.atw {
  background-color: #ee0979;
  color: whitesmoke;
}
.black {
  color: #1B1C1E;
}
.store-button {
  padding: 20px;
}