.modal-footer {   border-top: 0px; }

h1{
     word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
	 text-align:center;
}

@media screen and (max-width: 768px) {
    h1{
        font-size:20px;
    }
}
body{
	
	background-color:#F5F2EA;
}
.kemba{
	display:block;
	color:black;
	height:20px;
	width:100%;
	text-align:center;
    margin-top:15%;
}