@charset "utf-8";

a{
	font-family : dalelands;
}

button{
	font-family : dalelands;
	margin-bottom : 5px;
}

header{
	background-color : goldenrod;
}

.app-header{
    font-family: aniron_rm;
	font-weight: 900;
	text-decoration: underline;
}

.main-section{
	margin-bottom: 25px;
}


.main-section h2{
	font-family: neverwinter_bold;
}

.main-section img{
	border-radius: 5px;
	/*float: left;*/
	margin-bottom: 10px;
	margin-right: 10px;
	width: 250px;
}