body {
	font-family: "Fira Sans";
	margin-left: 100pt;
	font-size: 18pt;
	background-color: #DFDFDF;
}

#my_img {
	margin-top: 10pt;
}

#img_txt {
	text-indent: 15pt;
	position: relative;
	top: -5pt;
}

#info {
	font-size: 18pt;
	line-height: 1.5em;
	margin-top: 15pt;
}

.email {
	font-family: "Fira Mono", monospace;
	height: 1.4em;
}

a {
	text-decoration: none;
	font-size: 1.1em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	color: blue;
}

a:hover {
	color: #000055;
}

h1 {
	font-size: 2em;
}

ul {
	position: relative;
	top: -15pt;
}
