#page_wrapper{
	background: linear-gradient(rgb(255, 255, 255), rgba(209, 238, 203,80%)) 0 / cover fixed;
	color: rgb(86, 86, 86);
}



#toolbox{
	background-color: rgb(255,255,255);
}

@media(min-width: 576px){
	.content_layer{
		background-color: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(10px);
		border: 2px solid rgb(255, 255, 255);
	}
}