body {
    background-color: #006;
    margin:0;
    padding: 0;
	font-family: "Permanent Marker", cursive;
	font-weight: 400;
	font-style: normal;
}
main {
    background-color: #006;
}
div {
	font-family: "Permanent Marker", cursive;
}
h1 {
	color: #f90;
	text-align: center;
	font-family: "Permanent Marker", cursive;
	font-weight: 400;
	font-style: normal;
}
h2 {
	color: #f90;
	text-align: center;
	font-family: "Permanent Marker", cursive;
	font-weight: 400;
	font-style: normal;
}
h3 {
	color: #f90;
	text-align: center;
}
h4 {
	color: #f90;
	text-align: center;
}
h5 {
	color: #000;
	text-align: center;
}
h6 {
	color: #fff;
	text-align: center;
}
a {
	color: #009;
	font-family: "Permanent Marker", cursive;
}
a:hover, a:active, a:link, a:visited {
	text-decoration:none;
	color : #ff9900;
}
p {
	color: #f90;
	text-align: center;
}
b {
	color: #f90;
	font-size: 20px;
}
strong {
	color: #009;
}
label {
	font-family: "Permanent Marker", cursive;
	color: #f90;
	font-size: 22px;
}
.accordion-button label {
	text-align: center !important;
	width: 100% !important;
	cursor: pointer;
}
.badge {
	flex-wrap: wrap;
	max-width: 100%;
}
legend {
	color: #f90;
}
textarea {
	color: #f90;
	text-align: center;
}

@media (max-width: 768px) {
	h2 {
		font-size: 14px;
	}
	h4 {
		font-size: 14px;
	}
	label {
		font-size: 12px;
	}
}