*{box-sizing:border-box}
*{letter-spacing:1px;word-spacing:4px}
body{text-align:center;font-family:mukta,arial}
@font-face{font-family:mukta;src:url("../cssfont/mukta.ttf")}
@font-face{font-family:fahk;src:url("../cssfont/fahk.ttf")}
.jumbotron{background:none;margin:0;padding-top:1em;padding-bottom:1em;}
.container{margin-bottom:1em}
.card{border:0px solid #82BBD7}
h1,h2,h3,h4{font-family:fahk;line-height:1}
h2,h4{text-align:center;background:gold;padding:1em;border-radius:1rem}
.h4{background:none}
h6{font-size:0.8em;color:#414141}
hr{width:1px}
a:link{text-decoration:none;}
.a{
	display:inline-block;
	color:black;border-radius:25px;
	font-size:.9em;
	padding:5px 25px;margin-bottom:0;margin-top:1em;
	font-family:mukta;background:#aabbcc;
}
.a:hover{color:black;background:gold;}
