body {
	padding-top: 50px;
}

.container {
	background-color: white;
	padding-top: 100px;
}

a {
	color: #333;
	text-decoration: none;
}

a:visited, a:hover, a:active, a:focus, a:active:hover {
  	color: #333;
  	text-decoration: none;
}

h1 {
	font-family: 'Dancing Script';
	font-size: 6rem;
	margin: 0 0 20px 0;
}

#avatar {
	width: 200px;
	height: 200px;
}

i.fas, i.fab, i.far {
	font-size: 32px;
}