@font-face {
	  font-family: 'Lora';
	  font-style: normal;
	  font-weight: 400;
	  font-display: swap;
	  src: local('Lora Regular'), local('lora-regular'), url('/fonts/Lora-Regular.woff2') format('woff2');
	  text-rendering: optimizeSpeed;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
@font-face {
	  font-family: 'SourceSansPro Bold';
	  font-style: normal;
	  font-weight: 700;
	  font-display: swap;
	  src: local('SourceSansPro Bold'), local('sourcesanspro-bold'), url('/fonts/SourceSansPro-Bold.woff2') format('woff2');
	  text-rendering: optimizeSpeed;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Lora", serif;
    font-size: 15px;
    line-height: 22px;
    color: #3f4246;
    margin: 0;
    background-color:#f5f4e9
}

img {
	border-radius: 50%;
}

.profile-picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	height: auto;
	max-width: 100px;
}

h1 {
	font-family: "SourceSansPro Bold", serif;
	text-align: center;
    font-size: 26px;
	color: #000;
}

h2 {
	font-family: "SourceSansPro Bold", serif;
	text-align: center;
    font-size: 24px;
	color: #000;
	line-height: 1px;
}

.profile-description {
	text-align: center;
	padding: 0 10 0 10px;
	color: #000;
	line-height: 1.4em;
}

.footer {
	text-align: center;
	padding: 10px;
	color: #000;
	font-size: 12px;
}

.links {
	text-align: center;
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #3f4246;
	border-width: 1px;
	width: 290px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

a {
	text-decoration: none;
	color: #000;
	transition: color 1s; 
}

a:hover {
	background: #fff;
}