.current-menu-item a {
	text-decoration: underline;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 0rem;
}

.ninja-forms-field nf-element  {
		background-color: darkblue;
		border-top-left-radius: 100px;;
		border-top-right-radius: 100px;;
		border-bottom-left-radius: 100px;;
		border-bottom-right-radius: 100px;;
	
}