.header-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5)
}

body{
    margin: 0;
}

.header-container {
    position: absolute;
        right: 32px;
        top: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
       font-size: 24px;
}

.menu-link {
   text-decoration: none;
   color:rgb(148, 176, 207);
   margin-left: 16px;
   
   

}

.menu-link:hover {
    text-decoration: underline;
}

.logo {
    position: absolute;
    left: 22px;
    width: 10%;
}

body {
    background-color:#080c1a; 
  }