.mark_1 {
    background-color: #d6efff;
}

:not(pre) > code, :not(pre) > mark {
	font-size: 90%;
	background-color: rgb(236, 236, 236);
	padding: 0.3rem 0.5rem;
	white-space: nowrap;
	font-family: 'Poppins-Regular',arial,sans-serif;
}

:not(pre) > code {
	background-color: #f0f0f0;
}

:not(pre) > mark {
	background-color: #d9f4ff;
}

.annotation {
	padding: 2rem 2.5rem;
	background: #def2ff;
	margin-top: 3rem;
}

.annotation:not(pre) > code {
	background-color: white;
}