.cookie_setting{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
	z-index: 9999;
	height: auto;
	display: none;
}
.cookie_setting h3{
    margin-left: 5%;
    margin-top: 1rem;
    color: white;
    max-width: 90%;
}
.cookie_setting p{
	color: white;
    margin-left: 5%;
    max-width: 90%;
}
.cookie_setting button{
	margin: 1rem auto;
    display: flex;
}
@media only screen and (max-width: 375px) {
	.cookie_setting button{
		margin-bottom: 3rem;
	}
}