.header_container {
    width: 778px;
    height: 112px;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_container h1 {
    font-size: 26px;
    padding: 0 1rem;
}

.header_container h2 {
    font-size: 22px;
    padding: 0 1rem;
}

.header_contact {
    font-size: 22px;
    padding: 0 1rem;
}

.header_contact a {
    font-size: 20px;
    padding: 0 1rem;
    color: #ff6600;
    text-decoration: none;
}

#navigation {
    height: 36px;
    align-items: center;
    margin-bottom: 7px;
    display:flex; 
    width:100%; 
    justify-content: space-around;
}

#navigation a {
    text-decoration: none;
    color: #fff;
}