html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}
body {
    background: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.profile-pic {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
}

.hero {
    background: #fdfdfd;
}

ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.section-title {
    font-size: 24px;
    margin-top: 30px;
}

.skill-box {
    background: white;
    border: 1px solid #e7e7e7;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
}