* {
	box-sizing: border-box; 
}

body{
	font-family: "soleil", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1{
	font-family: "soleil", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.card-header span{
	font-family: "soleil", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.dashboard-header{
	background-color: #000;
	padding: 20px;
}

.dashboard-header *{
	color: #fff;
}

.list-group-item a{
	color: #06F;
	text-decoration: none;
	transition: all 0.4s ease;
}

.list-group-item a:hover{
	color: #003;
	text-decoration: underline;
}

.log-out-btn{
	background-color: #fff;
	color: #000;
	padding: 5px 20px;
	border-radius: 5px;
}