
/* Style for section headings */
h2 {
  color: #ffffff;
  border-bottom: 2px solid #7cfc00;
  padding-bottom: 5px;
}

/* Style images */
img {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

/* Style the main header title */
#title h1 {
  font-size: 48px !important;
  color: #ffffff !important;
  font-family: 'Georgia', serif !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  letter-spacing: 2px;
}

/* Style the description under the title */
#title p {
  font-size: 18px !important;
  color: #ffffff !important;
  font-style: italic;
}

.cv-button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.cv-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
