.btn-radius{
    display: inline-block;
    background-color: rgb(215, 230, 146);
    color: #000;
border-radius: 30px;

}
.btn-outline{
    display: inline-block;
    background-color: #fff(255, 255, 255);
    color: #000;
    border: 2px solid#9ac2d6;
}
.btn-hover{
    display: inline-block;
    background-color: rgb(233, 161, 189);
    color: #000;
    transition: background-color 0.3s;
}
.btn-hover:hover {
  background-color: #c6709c;
  color: #000;
}
.profile-card {
  width: 350px;
  margin: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}


.profile-image {
  width: 100%;
  height: 180px;
  background-color: #b3abea;
  color: #666;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
}


.profile-content {
  padding: 20px;
}

.profile-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2b76c6;
  border-bottom: 2px solid #2b76c6;
}

.profile-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.profile-content{
border: 7px #2b76c6 double;
}