/*
	CSS sheet for the record section
	Changes may be made in .html and not carried over to CSS
	(i'm bad at this)
*/
@font-face {
	font-family: Jost;
	src: url(/fonts/Jost-VariableFont_wght.ttf);
}

@font-face {
	font-family: ComicRelief;
	src: url(/fonts/ComicRelief-Regular.ttf)
}

body {
    background-color: #323232;
}

h2 {
	text-align: center;
	font-family: Arial;
	color: #ffffff;
}

img {
	display: block;
	margin: auto;
	width: 50%;
}

div {
	text-align: left;
	color: #ffffff;
}

dt {
	font-family: Jost;
	font-weight: bold;
	font-variant: small-caps;
}

dd {
	font-family: ComicRelief;
	padding-bottom: 10px;
}

a {
	color: #add8e6;
}

a.home {
	margin: 10px;
	font-family: Arial;
}

a.artist {
	/*margin: 10px;*/
	font-family: Jost;
}

a.album{
	margin: 0px;
	font-family: ComicRelief;
}

