button {
	background: var(--gg-color-black);
	color: white;
	border: none;
	padding: 10px 16px;
	border-radius: 8px;
}

.gg-header {
	background: black;
	color: white;
	padding: 12px;
}

.gg-footer {
	text-align: center;
	padding: 20px;
	font-size: 12px;
}