@charset "UTF-8";

html, body, h1, p, ul, figure, img {
	margin: 0;
	padding: 0; 
}
html, body {
	text-align: center;
	
}
body {
	background-image:url("../images/background effects.png");
	background-color: hsla(284,20%,52%,1.00);
	background-size: cover;
	background-repeat: repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	
}
a, li {
	text-align:right
		
}
div {
	background-color:none;
	background-position: right;
	width: 1800px;
	height: 5px;
}
	
header {
	background-image: url("../images/mice.png");
	height: 200px;
	background-position: center;
	transform: translate(30%, 0%);
	background-repeat: no-repeat;
}
main {
	min-height: 570px;
	display: flex;
}
footer {
	transform: translateX(300px);
	
}
