body{
  background:#f5f7fa;
  color:#333;
  font-family: "Inter", sans-serif;
}

/* HERO */
.hero{
  background:white;
  border-left:6px solid #0d6efd;
  border-radius:20px;
}

.profile-img{
  width:150px;
  height:150px;
  border-radius:50%;
  object-fit:cover;
  border:5px solid #e3e9f5;
}

/* TITLE */
.section-title{
  font-size:24px;
  font-weight:700;
  border-left:6px solid #0d6efd;
  padding-left:12px;
  margin-bottom:20px;
}

/* Cards */
.card{
  background:white;
  box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* Buttons */
.btn-primary{
  padding:10px 24px;
  background:#0d6efd;
  color:white;
  border-radius:30px;
  font-weight:600;
}
.btn-primary:hover{
  background:#084298;
}

a{
  color:#0d6efd;
}
a:hover{
  color:#084298;
}
