.header-buttons {
    display: flex;  
    max-width: 18em;
    align-items: center;
    background-color: rgb(25 27 30); 
    border-radius: 1em 0 0 1em;
    box-shadow: -10px -6px 17px 1px #2f3234;
    z-index: 2;
}

.header-button {
    padding-top: 0.2em;
    margin: 0 0.35em;
    width: 1.5em;
    cursor: pointer;
}

.header-button:focus {
    outline: none;
}
