 body {
     padding: 2%;
     font-family: 'Roboto';
     text-align: center;
     margin-top: 1%;
     line-height: 30px;
}
 .bluebg{
     background-color: #00a3d3;
}
 .txtblue {
     font-size: 18px;
     font-weight: 100;
     color: #0094ff;
     line-height:0.75em;
}
 .txtlightyellow {
     font-size: 24px;
     font-weight: 100;
     color: #fef9b5;
     line-height:0.75em;
}
 .txtwhite {
     font-size: 24px;
     font-weight: 400;
     color: #fff;
}
 .text2 {
     font-size: 28px;
	 line-height: 40px;
}
 .text_coming {
     font-size: 48px;
	 line-height: 68px;
     font-weight: 600;
     color: #fff;
}
 .imgcenter {
     width: 480px;
     margin: 0.75em auto;
}
 @media only screen and (max-width: 480px) {
     .imgcenter {
         width: 330px;
    }
}