@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');

.btnClass {
  background-color: inherit;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  height: 40px;
  margin-left: 20px;
  text-align: center;
  border-radius: 100px;
  width: 90%;
  font-size: 15px;
  font-family: 'Kaisei HarunoUmi', serif;
}
.rightProfileCorner .card-coverphoto img {
  width: 150px;
  height: 150px;
  margin-top: 50px;
}
.Profile-Name {
  font-family: 'Cinzel', serif;
  font-size: large;
  margin-top: 50px;
  text-align: center;
}
.rightProfileCorner .btnClass {
  border-radius: 0px;
}
.follower-profile {
  display: flex;
  justify-content: space-around;
}
.btnFollower {
  background: #ff6a88;
  box-shadow: -1rem 0 3rem #000;
  color: black;
  text-decoration: none;
  border: 0px;
  margin-left: 20px;
  text-align: center;
  border-radius: 90px;
  width: 40%;
  font-weight: bold;
  font-size: small;
  font-family: 'Cinzel', serif;
}
.profile-Bio {
  text-align: center;
  font-family: 'Kaisei Opti', serif;
  font-weight: bold;
  font-size: small;
  color: rgb(66, 43, 43);
}
