body {
    /* padding-top: 5px;
	 padding-bottom: 5px; */
    /* padding-bottom: 60px; */
    background-color: #ffffff;
	/* margin-bottom: 150px; /* Space untuk #footer */
}

a:hover{
    text-decoration: none;
}

/* Custom container */
.container {
    margin: 0 auto;
	max-width: 100%;
    /* max-width: 1000px; */
	
}
.container > hr {
	margin: 10px 0;
	
}



.footer{
	/* position: absolute;
    bottom: 0;
    width: 100%;
	background-color: #e6e6e6; */
	font-size: 0.8em;
	text-align: center;
}
.footer2{
	/* position: absolute; */
	bottom: 0;
    width: 100%;
	font-size: 0.8em;
    text-align: center;
	background-color: #e6e6e6;
}

