body {
  background-color: #F7F9FC;
  color: #575F7D;
  font-family: 'Lora', serif;
  font-size: 17px;
  font-weight: lighter;
}


h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: #575F7D;
  font-size: 32px;
  font-weight: 900;
}

h2, h3 {
  color: #7ECE90;
  font-size: 20px;
  font-weight: 500;
}


a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #6B72E1;
  font-weight: 600;
  font-size: 16px;
}

a:hover {
  color: black;
}

.container {
  width: 700px;
  margin: 40px auto;
}

@media (max-width: 500px) {
	.container{
		width: 400px;
	}
}

@media (max-width: 750px) {
	.container{
		width: 600px;
	}
}

.card {
  background: white;
  padding: 40px;
  margin: 20px 0;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
}

.img-circle {
  width: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.btn-blue {
  background-color: #6B72E1;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 15px;
}

.btn-blue:hover {
  background-color: #575F7D;
  color: white;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline li {
  display: inline;
  margin: 10px;
}
