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

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

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

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

  @font-face {
    font-family: Circe-Light; 
    src: url(fonts/Circe-Light.ttf); 
   }  
 
    
 h1{ 
    display: inline-block;
    text-align: center;
    font-size: 64px !important;
    font-family: Circe-Bold;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    color: #3368c6c2;
}

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