/* CSS Document */
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	background: #ebebeb;
	color: #262626;
}
/*.header {
	height: 100px;
	margin: 0 auto;
	padding: 25 0 25 0;
	text-align: center;
	border-radius: 30% 30% 30% 30%;
}
*/
.left {
	padding: 10 30 15 10;
	float: left;
	border-radius: 100%;
}
/*.left:hover {
	background-color: #262626;
	-webkit-transition: text-decoration: 2s;
	-moz-transition: text-decoration: 2s;
	-o-transition: text-decoration: 2s;
	transition: text-decoration: 2s;
}
*/
a {
	text-decoration: none;
	color: #262626;
	letter-spacing: 1px;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	text-underline-offset: 3px
}
.center {
	padding: 15 15 15 15;
	text-align: left;
}
.name {
	font-size: 30px;
}
