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-ExtraBold; 
    src: url(fonts/Geometria-ExtraBold.ttf); 
   }  
 
    
 h1{ 
    display: inline-block;
    text-align: center;
    font-size: 34px !important; 
    font-family: Geometria-ExtraBold; 
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}

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