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

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

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

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

  @font-face {
    font-family: Acrom-Light; 
    src: url(fonts/Acrom-Light.ttf); 
   }     
    
 h1{ 
    display: inline-block;
    text-align: left;
    font-size: 54px !important;
    font-family: Acrom-Bold;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    color: #008000bf;
}

.title-wrap{
   width: 100%;
}

.title{
   font-family: Acrom-Light;
   font-size: 20px;
   color: #212529;
   width: 80%;
   font-weight: 700;
}

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