@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

body {
	background-image: url("https://static.vecteezy.com/system/resources/previews/008/721/095/original/single-one-line-drawing-cheerful-woman-rising-hands-after-climbing-a-peak-of-mountain-concept-of-happy-success-achieving-goals-theme-modern-continuous-line-draw-design-graphic-illustration-vector.jpg");
	font-family: "Roboto", sans-serif;
	justify-content: center;
}

.shadow {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.profile-tab-nav {
	min-width: 250px;
}

.tab-content {
	flex: 1;
}

.form-group {
	margin-bottom: 1.5rem;
}

.nav-pills a.nav-link {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #333;
}

.nav-pills a.nav-link i {
	width: 20px;
}

.img-circle img {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 5px solid #fff;
}

#username {
	text-align: center;
}


footer {
	align-items: flex-end;
  background-position: center;
  display: flex;
  justify-content: center;
  height: 15vh;
}

#chartIcon {
	margin-right: 50px;
}

