.DivBlocking1 {
    display: flex;
    background-color: #2d2d2d;
   
    

    max-width: 500px;
    width: 100%;
    min-height: 80px;
    justify-content: space-between; /* Space between logo and sign-in */
    align-items: flex-end; /* Align items to the bottom */
    padding: 5px 15px; /* Padding of 15px left/right and 10px bottom */
    box-sizing: border-box;
}

.DivBlocking1proposals {
    display: flex;
    /*background-color: #2d2d2d;*/
   
        background: linear-gradient(to right, #520913, #cc4e5e, #520913);
    border: 1px solid #000000;
    box-shadow: inset 2px 2px 5px rgba(0, 0 , 0, 0.5), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.3),
                2px 2px 5px rgba(0, 0, 0, 0.5);    

    max-width: 500px;
    width: 100%;
    min-height: 80px;
    justify-content: space-between; /* Space between logo and sign-in */
    align-items: flex-end; /* Align items to the bottom */
    padding: 5px 15px; /* Padding of 15px left/right and 10px bottom */
    box-sizing: border-box;
}














.logo {
    font-size: 22px;
    color: white;
}
.logoSpan {
    font-size: 16px;
    color: #a0a0a0;
}







.signout {
    font-size: 12px;
    color: white;
    margin-bottom: 5px; /* Move the sign-in text up by 5px */
}
.signout a{
    text-decoration: none;
    font-size: 12px;
    color: white;
}