body { 
	font-family: 'Space Mono', monospace;
	font-size: 24px;	
}

p { 
	margin: -15px;
}

.tel { 
	font-size: 72px;
	font-family: 'Chathura', sans-serif;
	font-weight: 800;
}

.header {
	font-size: 40px;
	font-weight: 700;
}

a {
	padding: 5px;
	text-decoration: none;
	color: black;
	opacity: 1;
}

a:hover {
	background-color: black;
	color: white;
	opacity: 1;
}

.github:hover {
	background-color: #333333;	
}

.linkedin:hover {
	background-color: #0077B5;	
}