body {
  font-family: 'Roboto', sans-serif;
  background-color: #f9fafb;
}

.profile-picture {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.cv-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon {
  margin-right: 5px;
}

.list-icon {
  margin-right: 5px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.list-disc {
  list-style-type: disc;
}

ul.list-disc li {
  margin-bottom: 10px;
}

a:hover {
  text-decoration: underline;
}

.flex {
  display: flex;
  align-items: center;
}

.space-x-4 > *:not(:last-child) {
  margin-right: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.rounded {
  border-radius: 0.5rem;
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mb-4 {
  margin-bottom: 1rem;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray-900 {
  background-color: #1a202c;
}

.text-gray-700 {
  color: #4a5568;
}

.text-white {
  color: #ffffff;
}

.text-2xl {
  font-size: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.leading-relaxed {
  line-height: 1.625;
}
