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

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

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

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

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

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

.color-block{
   position: absolute;
   top: -15px;
   left: -4px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: #ffc235;
   z-index: -999;
}    
    
 h1{ 
    display: inline-block;
    text-align: left;
    font-size: 38px !important; 
    font-family: Geometria-Bold;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    position: relative;
}

@media only screen and (max-width: 600px) {
 h1{ 
    display: inline-block;
    text-align: left;
    font-size: 28px !important; 
    font-family: Geometria-Bold;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    text-transform: uppercase;
}
}    
