*{
    font-family: 'Inria Serif';
}
.bgOrange{
    background-color: #c33c0a;
}
@media only screen and (max-width: 600px) {
    header {
      position: relative !important;
    }
    header .display-5{
        font-size: 16px;
    }
    header img{
        width: 30px;
    }
  }