:root {
  --main-color: black;
  --secondary-color: white;
}

html {
  background-color: var(--secondary-color);
}

.navbar-custom {
  background-color: var(--main-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.navbar-custom .nav-link:hover {
  color: #c7c7c7 !important;
}

.navbar-custom .navbar-toggler-icon {
  filter: invert(100%);
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--main-color);
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

div.photo {
  text-align: center;
}
/* 
#me {
  height: 180px;
} */