.header {
  background-color: #000;
  text-align: center;
  color: #fff;
}
.header img {
  height: 100px;
  width:auto;
  margin: 20px;
}

.header h1 {
  line-height: 60px;
  display: inline-block;

}
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform:capitalize;
  text-align: center;
  line-height: 70px;
  margin-top:30px;
}

.container {
    margin-top: 10px;
}
