@font-face{
	font-family:'thin';
	src:url('./fonts/latothinwebfont.eot');
	src:local('thin'), url('./fonts/latothinwebfont.woff') format('woff'), url('./fonts/latothinwebfont.ttf') format('truetype');
}
a{
  color:#0097e6;
  text-decoration:none;
  margin-left:1px;
  margin-right:1px;
}
body{
	font-family:-apple-system,'thin',Sans-Serif;
	display:flex;
	justify-content:center;
	text-align:center;
}
#all{
	flex-direction:column;
}
#hello{
	font-size:200%;
}
#links{
	font-size:140%;
	margin:30px;
	text-align:left;
	display:inline-flex;
	flex-direction:column;
}
.link{
	display:flex;
	align-items:center;
}
.lifeguard{
	text-align:center;
	font-size:150%;
	line-height:150%;
}
.icon{
	height:1em;
	margin:0 5px;
}
#eric{
	width:400px;
	border-radius:50%;
	margin:20px;
}