@charset "UTF-8";
/* CSS Document */

body {
	background: #18161a;
	text-align:center;
}


 .frame {
	position: relative;
	border: 0.31em solid #cc9134;
	margin: 2em;
	border-radius: 2em;
}

.frame p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

h1 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #faf9ef;
	font-family: 'Kanit', sans-serif;
	letter-spacing: 0.1em;
	font-size:6em;
	word-break: break-all;
	font-weight:600;
}

p {
	margin:0;
	font-family: 'Kanit', sans-serif;
	color: #cc9134;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	font-size: 0.6em;
	font-weight:200;
}

a {
	font-family: 'Kanit', sans-serif;
	text-decoration:none;
	color: #cc9134;
	font-weight:200;
}

a:hover {
	color: #faf9ef;
}

@media screen and (orientation:landscape) {
    .frame{
        height: 87vh;

    }
}
@media screen and (orientation:portrait) {
    .frame{
        height: 80vh;
    }
	
	h1 {
	font-size:10em;
	}
}