h1 {
    font-family: "bokor", serif;
    color: var(--text);
    font-size: 40px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

h3 {
            margin: 0px;
            background-color: var(--bg1);
            font: 600 9px 'Raleway';
            text-transform: uppercase;
            line-height: 9px;
            letter-spacing: 8px;
            padding: 15px 10px 15px 15px;
	text-align:center;
            position: relative;
            z-index: 1;
            border: solid 1px var(--bg2);
	color: var(--accent);
	flex-grow:1;
        }

h3 ccc {color:var(--text);}

h4 { 
	font-weight:700;
	font-size:10px;
	font-family:'raleway';
	line-height:9px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:var(--accent);
	display:flex;
	gap:20px;
	align-items:center;
	margin:10px 0px;
}

h4::after { 
	content:'';
	display:block;
	height:1px;
	background-color:var(--text);
	flex-grow:1; }

h6 {
	width: 60%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
	color: var(--accent);
	font-family: "bokor", serif;
	font-size: 120px;
	margin: 100px auto;
	font-weight: normal;
}

h6::before{
	content:'';
	top:-50px;
	position:absolute;
	width: 40%;
	height: 2px;
	background: var(--text);
}


h6::after{
	content:'';
	bottom:-50px;
	position:absolute;
	width: 40%;
	height: 2px;
	background: var(--text);
}