html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

 @font-face {
    font-family: Gilroyextrabold; 
    src: url(fonts/Gilroyextrabold.ttf); 
   } 

 @font-face {
    font-family: gilroy-bold; 
    src: url(fonts/gilroy-bold.ttf); 
   }    

 @font-face {
    font-family: Gilroylight; 
    src: url(fonts/Gilroylight.ttf); 
   } 
    
 h1{ 
    display: inline-block;
    font-size: 48px !important; 
    font-family: Gilroyextrabold;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    color: #071911;
    z-index: 9999;
}

@media only screen and (max-width: 600px) {
 h1{ 
    display: inline-block;
    text-align: left;
    font-size: 24px !important; 
    font-family: Gilroyextrabold;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}
}    
