 @font-face {
	font-family: 'SSP-L';
	src: url('SourceSansPro-Light.otf');
}


body{
	font-family: SSP-L;
	font-size: 3em;

	display: flex;
	align-items: center;
	justify-content: center;
}

img{
	margin-right: 10px;
}