body {
  font-family: "Source Sans Pro", sans-serif;
}

.header {
  padding: 0 45px;
  background-color: #283593;
    color: #FFF;
    display: flex;
  justify-content: space-evenly;
}