@font-face {
font-family: 'Quantify Bold';
font-style: normal;
font-weight: normal;
src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
}

@font-face { 
    font-family: AlphaMaleModern; 
    src: url('fonts/AlphaMaleModern.ttf');
}

::-webkit-scrollbar{
    width:0px;
}




.content{
	font-family: Ubuntu;
	font-size: 20px;
}

.heading{
	font-family: AlphaMaleModern;
	text-align: center;
	font-size: 40px;
	color: red;
}

.subheading{
	font-family: 'Quantify Bold';
	font-size: 30px;
	color: blue;
	text-align: center;
}

.topic{
/*	border: 2px dashed red;
*/	padding: 20px 20px 20px 20px;
}

.topic p{
	text-align: justify;
}


.center {
    display: inline-block
}


.image{
	padding: 5px 25px 5px 25px;
}
.single-awesome-project{
    border-radius:30px;
    border: 2px solid #73AD21;
}