.cookies-usage {
	position: fixed;
	width: 300px;
	height: 150px;
	z-index: 100;
	left: 10px;
	bottom: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #6bc736;
	padding: 15px;
}

.cookies-usage > h2 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #6bc736;
	font-weight: 800;
	letter-spacing: 0.5px;
	line-height: 40px;
}

.cookies-usage > p {
	width: 100%;
	text-align: justify;
	font-size: 10px;
	color: #ffffff;
	font-weight: 800;
	letter-spacing: 0.5px;
	line-height: 15px;
}

.cookies-usage > button {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	background-color: #6bc736;
	padding: 5px;
	font-weight: 800;
	box-shadow: none;
	border: none;
}
