@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=IBM+Plex+Mono:ital,wght@1,300&family=Jost:wght@300&display=swap');

body {
	background-color: #efefef;
	
		
}


#wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;	
	padding: 20px;
	overflow: auto;
}


.contact {
	width: 28%;
	float: left;
	padding: 10px;
	border: 1px solid #0D600D;
	margin: 10px;
}

.contact img {
	float: left;
	margin-right: 14px;
	width: 150px;
	
}

h1 {
	
	text-align: center;
	font-family: 'IBM Plex Mono', monospace;
	
}


h2 {
	
	text-align: center;
	font-family: 'IBM Plex Mono', monospace;
	color:red;
}

p {
	
	text-align: center;
	
}




