/*Style Sheet for Graphic Design Page*/


.sidenav {
	bottom: 0;
	width: 160px;
	position: fixed;
	top: 0;
	right: 0;
	background-image: linear-gradient(to bottom, #623594, #12A9E2);
	padding: 10px;
	color: white;
}

h2 {
	font-family: 'Caviar Dreams', sans-serif;	
	font-size: 2em;
	text-align: center;
	padding-bottom: 10px;
}

.main-subject {
	text-align: center;
}

.main-subject img {
	display: inline-block;
    margin: auto;
    max-width: 60%;
    height: auto;
    padding: 5px;
}
