

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #ffffff;
     line-height: 40px;
     font-weight: bold;
     padding: 0;
}


