html,
body {
	height: 100%;
	margin: 0;
}
header {
	height: 50px;
	background: lightcyan;
}

/* Trick */
body {
	display: flex;
	flex-direction: column;
}

footer {
	margin-top: auto;
}

.daftar {
	padding-top: 1rem;
}

.intro-single {
	padding: 11rem 0 1rem !important;
}

.section-t8 {
	padding-top: 3rem !important;
}

footer .copyright-footer {
	border-top: 0px solid #ddd !important;
}

.btn-link {
	text-decoration: none !important;
}

.testimonial-ico {
	text-align: left !important;
}

.bg-green {
	background-color: #4caf50 !important;
}

.bg-red {
	background-color: rgb(211, 74, 74) !important;
}

.point {
	font-size: 3.5rem !important;
}

.title-wrap {
	padding-bottom: 2rem !important;
}

.card-tgl {
	font-size: 0.7rem;
}
