body {
    font-family: 'Lato', sans-serif;
	background-color: #F8F8FF;

}

h1 {
    margin-bottom: 1px;
	font-size: 25px;
	text-align: center;
}


.btn1{
    font-family: 'Lato', sans-serif;
	border-radius: 25px;
	padding: 10px 20px; 
	background-color:#1E8AB9;
	color:white;
	font-weight:bold;
	border-color:#1E8AB9;
	 font-size: 17px;   
	 
}

img{
	max-width:100%;
	height:auto;
}


h2 {
    
    margin-bottom: 1px;
	font-size: 14px;
	text-align: center;
    
}


h3 {
    
    margin-bottom: 1px;
	font-size: 13px;
	text-align: center;
    
}