@charset "UTF-8";
footer{
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: #dadada 1px solid;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: medium;
	text-align: center;
	background-color: #935E1A;
	height: 50px;
	width: 100%;
}
a{
	color: #5e78c1;
	text-decoration: none;
}
a:hover{
	color: #b04188;
	text-decoration: underline;
}
