.header{
    margin-left: 0px;
}

.header-1{
    background-color:rgb(20, 103, 159);
    color: white;
    font-size: 15px;

    height: 40px;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-2{
    background-color:rgb(20, 103, 159);
    color: black;
    height: 85px;
    border: 1px solid gray;
    display: flex;
    flex-direction: row;
    align-items: center;

    position: fixed;
    top: 40px;
    left: 0;
    right: 0;

}

.h1-left-section{
    margin-left: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
.h1-left-section a{
    color: white;
}

.h1-middle-section{
    margin-left: 70px;
    margin-right: 70px;
    display: flex;
    align-items: center;
}

.h1-right-section{
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}

.h2-left-section{
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.h2-middle-section{
    flex: 1;
    margin-left: 70px;
    margin-right: 35px;
    max-width: 500px;
    display: flex;
    align-items: center;
}

.h2-right-section{
    width: 180px;
    display: flex;
    align-items: bottom;

    flex-direction: row;
    justify-content: space-between;
    margin-right: 20px;
}

.logo {
    margin-left: 30px;
    height: 80px;
}

.company-name {
    margin-left: 20px;
    font-size: 30px;
    font-weight: bold;
    color: rgb(178, 218, 236);
}

.menu {
    display: inline-block;
    margin-left: 20px;
}

