.notice_board
{
	border-radius:30px;
	height:100%;
	width:100%;
	background-color:#FEC994;
}
.notice_board h3
{
 text-align:center;
 padding:15px;
}
.notice_board:hover
{
	background-color:PeachPuff;
}