.header{
  background: #011;
  display: flex;
  justify-content: center;
}

.header_content{
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0px 10px 0px 10px;
}

.header_right{
  display: flex;
  align-items: center;
}

.header_left{
  display: flex;
  align-items: center;
}

@media (max-width: 450px)
{
 .header_right{
      margin: 0px auto;
  }

  .header_left{
      margin: 0px auto;
  } 
}

.profile{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.login_button{
  background: #605;
  width: 100px;
  text-align: center;
  color: white;
  border: 0px;
}

.logo{
  width: 50px;
}

.profile_picture{
  width: 40px;
  margin: auto 10px;
}