.ach_header {
    width: 100%; 
    background-color: #454545; 
    position: fixed; 
    z-index: 100;
    display: flex;
    flex-direction: row;
}

.ach_logo {
    height: 60px; 
    padding: 12px;
}