@font-face {
	font-family: "Thick";
	src: url('GowunBatang-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Regular";
	src: url('GowunBatang-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #c9ada7;
	min-height: 100%;
	text-align: center;
}

h1 {
	margin-top: 70px;
	font-family: "Thick", sans-serif;
	color: white;
	font-size: 5vw;
}

p{
	font-family: "Regular", sans-serif;
	max-width: 70%;
	font-size: 1.5vw;
	font-weight: bolder;
	color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.diana-image {
	max-width: 90%;
	border: 2px solid #9a8c98;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.baiterek {
	margin-top: -60px;
	margin-left: 100px;
}