header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(24, 65, 87);
    z-index: 1000;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
}

.header-container{
    height: 70px; 
    width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-Website-Logo {
    margin-left: 20px;
    height: 32px;
    width: 197px;   
}

.header_nav {
    height:50px;
    width: 700px; 
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 10px;
}


.header_nav li{
    list-style: none;
    margin: 13px;
}

.header_nav a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.header_nav a:hover{
    text-decoration: underline;
}
.section-1-status {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    
}
.section-1-status-dot {
    width: 10px;
    height: 10px;
    background-color: rgb(34, 181, 34);
    border-radius: 50%;
    margin-right:8px;
}

.section-1-button-login, .section-1-buttons-signup {
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

.section-1-button-login {
    height: 35px;
    width: 60px;
    background-color: rgba(255, 255, 255, .15);
    color: white;
    border-radius: 2px;
    
}
.section-1-buttons-signup {
    background-color: #f47b21;
    color: white;
    border-radius: 5px;
    height: 35px;
    margin-left:-10px;
}
