
.theme {
	text-transform: uppercase;
	font-family: Displace20-Regular;
	font-size: 25pt;
	text-align: center;
	margin-top: 85px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
    .theme {
        font-size: 22pt;
    	margin-top: 45px;
    	margin-bottom: 8px;
    }
}

.year {
	font-family: BwDarius-LightItalic;
	font-size: 16pt;
	text-align: center;
	margin-bottom: 20px;
}
