body {
	background-color: #EEEEEE;
	color: rgb(50, 50, 50);
	font-family: Helvetica;
	font-size:17px;
	font-weight: lighter;
}

h1, h2, h3 {
	font-family: "Helvetica", sans serif;
}

h1{
	color: #575F7D;
	font-weight: 900; 
	font-size: 32px;
	font-weight: bolder;
}

h2{
	color: #A98B76;
	font-size: 20px;
	font-weight: bold;
	font-weight: 500;
}

a {
	font-family: 'Roboto', sans serif;
	text-decoration: none; 
	color: #6B72E1;
	font-weight: bold;
	transition: colors 0.3s ease;
}

a:hover {
	color: black;
}


.container{
 width: 700px;
 margin: 40px auto;
}

.card-white{
	background-color: white;
	padding: 40px;
	box-shadow: 0px 10px 30px (0,0,0,0.1);
	border-radius: 4px;
	margin: 20px 0px;
	text-align:center;
}
.img-circle{
	border-radius: 50%;
}
.btn-blue{
	background-color: #6B72E1; 
	color: white;
	padding: 15px 20px;
	border-radius: 4px;
}
.btn-blue:hover {
	background-color: black; 
	color: white;
}
.list-inline {
	list-style: none;
	padding-left: 0px;
}
.list-inline li {
	display: inline;
	padding: 10px;
}
.list-inline i {
	font-size: 50px;
	color: rgb(230, 230, 230);
}
.list-inline i:hover {
	color: black;
}
#introduction p {
	margin: 40px;
}