

header {
    margin: .5rem 0 .5rem 0;
    text-align: center;
}

header>img {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: center;
}
.title-page {
    color: #f2f2f2 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}
.navbar {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.nav-link {
    color: #f2f2f2 !important;
    font-size: 1.2rem !important;
    text-decoration: none;
}

.active {
    color: #F2D541 !important;
    font-weight: bold !important;
}

.navbar-toggler {
    border-color: #f2f2f2 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(242, 242, 242, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.dropdown-menu {
    background-color: #252525 !important;
    color: #f2f2f2 !important;
    border: none;
}

.dropdown-item {
    color: #f2f2f2 !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(242, 242, 242, 0.1) !important;
    color: #F2D541 !important;
}

.yellow-line {
  border: none;
  height: 4px;
  background-color: #FFD700;
  box-shadow: 0 2px 6px rgba(255, 215, 0, 0.7);
  margin: 0;
}