.header_content {
    display: flex;
    position: absolute;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    
    align-content: center;
  align-items: center;
    
}
.movee {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    z-index: 3;
    position: fixed;
    background-color: white;
}

.header {
    display: flex;
    width: 1200px;
    height: 60px;
    justify-content: flex-end;
  
}
.header_logo {
    width: 485.69px;
    height: 60px;
}
.header_buttons {
    display: grid;
    height: 60px;
}
.header_buttons_inline {
    display: flex;
    align-self: center;
    justify-self: center;
    flex-direction: column;
    margin-top: 10px;
}
@media screen and (max-width:1500px) {
    .header {
        justify-content: center;
    }
}