.h1 {
    font-size: 2rem !important;
}
.h2 {
    font-size: 1.85rem !important;
}
.btn-blue {
	border-radius: 10rem !important;
	background-color: #007bff !important;
	border-color: #007bff !important;
    font-size: 2rem !important;
}
small {
	font-size: 1.5rem !important;
}

/* responsive */
@media (max-width: 480px) { 
	.h2,
	.btn-lg {
	    font-size: 1.4rem !important;
	}
	.card {
		margin-left: 0 !important;
	}
}