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

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

 @font-face {
    font-family: centurygothic; 
    src: url(fonts/centurygothic.ttf); 
   } 
      
    
 h1{ 
    display: inline-block;
    text-align: left;
    font-size: 24px !important; 
    font-family: centurygothic; 
    width: 100%;
    height: 50px;
    text-transform: uppercase;
}


