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

.header {
  padding: 0 45px;
  background-color:  #2039f7;
    color: #FFF;
    display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
