@media only screen and (max-width: 450px) {
	.navbar-expand-sm .navbar-item {
		display: flex !important;
	}
}

@media only screen and (min-width: 450px) {
	.judul {
		display: block !important;
		font-size: 20px;
	}
}


.text-center {
	text-align: center !important;
	vertical-align: middle !important;
}
