@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&amp;family=DM+Sans:wght@400;500;700&amp;display=swap");
* {
  outline: none !important;
}
:root
{
  --hdfont: 'Cinzel', serif;
}
.navs-inside
{
	z-index: 1111;
    position: absolute;
}
.navs-inside ul li
{
	list-style: none;
}
.navs-cont
{
	position: relative;
	z-index: 1;
}
.navs-inside ul li a
{
	font-size: 22px;
    font-family: var(--hdfont);
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
}
.navs-cont a
{
	font-size: 16px;
	font-family: var(--hdfont);
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}
.logo_here
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}