.header .container {
  display: flex;
  justify-content: start;
  align-items: center;
}
.header a.logo {
  margin-left: 10px;
  font-size: 20px;
}