
img {
  width: 100%;
  height: auto;
  display: block;
}


h1{
    margin-bottom: 0;
    font-size: 110px;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
}
h2{
    margin-top: 0;
    text-align: center;
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
}
h3{
    text-align: center;
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 50px;
}
.orange{
    color: rgb(221, 147, 8);
}