div.global-wrapper{
	min-height: 100vh;
	position: relative;
	padding-bottom: 60px;
}

header {
	background-color: var(--warna-anti-primer);
	text-align: center;
	/*position: sticky;
	top: 0; left: 0; right: 0;*/
}

nav a {
	color: white;
	margin: 5px 10px;
}

nav a:hover:not(:has(span.tombol)){
	text-decoration-line: none;
	border-bottom: 5px double yellow;
}

main{}

footer {
	background-color: var(--warna-primer);
	border-top: 2px solid darkgreen;
	height: 60px;
	box-shadow: 0 -7px 10px -5px #888888;
	font-weight: bold;
	font-style: arial;
	/*position: absolute;
	bottom: 0; left: 0; right: 0;*/
}

footer div.copyright .elemen{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}