 /* ========================================================================
Template : Easy v1.0
Author  : https://downloadfort.com/
LIcense  :  https://downloadfort.com/License
Template URL: https://downloadfort.com/
For Software: https://softwareocean.com/
Get customized website proposal: https://softrockglobal.com
Version  : 1.0
========================================================================= */
 
 /* General Styles */

 body {
    font-family: 'Titillium Web', sans-serif;;
    background-color:#20222c;
    color: #fff;
}
h1{
font-size: 80px;
font-weight: 900;
line-height: 90px;
font-family: 'Fira Sans Condensed', sans-serif;
}
.div-centre {
    height: 40vh;
    text-align: center;
    margin: 30vh auto;
}
/*Media Queries*/

/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
   h1 {
        font-size: 40px;
        line-height: 50px;
      }
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
   h1 {
        font-size: 30px;
        line-height: 40px;
      }
}