body {
	max-width: 400px;
	margin: 40px auto;
	color: #fff;
	Background-color: black;
	
}

fun {
	font-family: 'Bakbak One', cursive;
	Font-size: 13px;
	color: #3ee657;
	text-decoration: none !important;
	outline: none;
}

Li {
	Font-size: 24px;
	color: #D5DED9;
}

details {
	outline: none;

}

summary {
	font-weight: bold;
	outline: none;
}

summary:hover {
  	text-decoration: none;
  	color: #D5DED9!important;
	outline: none;
}

details summary { list-style-type: none; } /* Firefox */
details summary::-webkit-details-marker { display: none; } /* Chrome */
details summary::marker { display: none; }

textarea:focus, input:focus {
    outline: none;
}
