   a:visited{
    color: #ff9b9b;
}
a{
    color: red;
}
   .custom-header {
      border-bottom: 2px solid #333;
      padding: 1rem 2rem;
      font-size: 2rem;
    }

    #dropdownMenuButton, #mobileDropdownMenuButton {
      font-size: 1rem;
    }


    .dropdown-menu {
      min-width: 100%;
    }
    .dropdown-item{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .nav-item {
      padding: 0 1rem;
      font-weight: 500;
      white-space: nowrap;
    }

    .stacked {
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.2;
    }

    .nav-items-wrapper {
      display: flex;
      align-items: flex-end;
      gap: 1rem;
    }

    .mobile-dropdown {
      display: none;
    }

    @media (max-width: 767.98px) {
      .nav-items-wrapper {
        display: none;
      }
      .mobile-dropdown {
        display: block;
        margin-right: 1rem;
      }
      .custom-header {
        justify-content: center !important;
        flex-wrap: nowrap;
      }
    }

.section-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.grey-header {
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
}

.video-box {
  border: 1px solid #aaa;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile{
    width: 100%;
    height: 100%;
}
body{
    font-family: "Segoe UI", Arial, sans-serif;
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
p{
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
p,h2,div{
    color: #e9967a;
    background-color: #00067a;
}
