

body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;

}






button {
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
    margin-top: 10px;
    border: none;
    border-radius: 3px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

   		
   		.jjmbtn{
   			width:100%;
   			margin-top:15px;
   		}
   		.Canvas {
		    font-size: 18px;
		    color: #000000;
		    border: solid 1px #CECECE;
		    height:250px;
		    overflow: scroll;
		}
		.Canvascon{
			 font-size: 18px;
		    color: #000000;
		    border: solid 1px #CECECE;
		    height:750px;
		    overflow: scroll;
		}
		h3{
			text-align: left;
		    font-size: 18px;
		    text-indent: 10px;
		    line-height: 40px;
		    font-weight: bold;
		    margin-top:10px;
		}
		.concenter{
			width:70%;
			margin:0 auto;
		}
		.titlekg{
			color:#666;
			margin-bottom: 15px;
			 font-size: 17px;
		    text-indent: 10px;
		    line-height: 40px;
		    font-weight: bold;
		    padding:0 0 0 15px;
		}