/* brmprnk.github.io main CSS file */

/* HTML Elements */

body {
	max-width: 65rem;
	min-height: 100%;
	margin: 3rem 0 3rem 0;
	font-family: 'Courier New', Courier, monospace;
	-webkit-font-smoothing: antialiased;
	color: black;
	background-color: whitesmoke; 
}

/* Classes */

.nobullet {
	list-style-type: none;
}

/* Specific id's */

#content {
	margin: 0 0 0 260px;
}

#content a {
	color: black;
	text-decoration: none;
	border-bottom: 0.3px solid;
}

#footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	text-align: center;
}