@charset "utf-8";
/* CSS Document */

.bobs {
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width:340px;
	height:100%;
}

.main {
color: black;
font-family: montserrat;
width: 50%;
margin-left: auto;
margin-right: auto;
}

.footer {
	text-align: center;
}

.footer a {
	text-decoration: none;
	color: #666;
}
