.wp-block-navigation-item__label {
text-decoration-style: dotted;
}
.n1, .n1 span{
    color:#fcdb59 !important;
	border-radius:8px;
}
.n1:hover {
    text-decoration:none;
text-shadow: 0px 0px 1px #fcdb59;
}
.n2, .n2 span{
    color:#d5dc59 !important;
		border-radius:8px;
}
.n2:hover {
    text-decoration:none;
text-shadow: 0px 0px 1px #d5dc59;
}
.n3, .n3 span{
    color:#978abe !important;
		border-radius:8px;
}
.n3:hover {
    text-decoration:none;
text-shadow: 0px 0px 1px #978abe;
}


.n4, .n4 span{
    color:#e5726f !important;
		border-radius:8px;
}
.n4:hover {
    text-decoration:none;
text-shadow: 0px 0px 1px #e5726f;
}
