@font-face {
    font-family: 'Andika';
    src: url('andika-regular.woff2') format('woff2'),
         url('andika-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*,*:before,*:after {
	box-sizing: inherit
}

html, body, p {
	margin: 0;
	padding: 0
}

html {
	box-sizing:border-box;
	font-family: 'Andika', sans-serif
}

body {
	background-image: url("dc-bg-2000-1250.png");
  	background-image: image-set(
   		"dc-bg-2000-1250.webp" type("image/webp"),
    		"dc-bg-2000-1250.png" type("image/png"));
	color: #1f1f1f;
}

img {
	max-width: 100%;
	height: auto
}

.errorimg {
	max-width: 15%;
	height: auto
}

.errorins1 {
	color:#777;
	font-size:22px;
	text-decoration:none
}

.errorins2 {
	font-size:24px;
	text-decoration:none
}

.logo {
	left: 30px;
	position: absolute;
	z-index: 10
}

.logo a { 
	text-decoration: none
} 

.nav {
	background-color: #1f1f1f;
	overflow: hidden;
	text-align: center;
	z-index: 6;
	box-shadow: 3.5px 6.1px 30px #343434
}

.nav a {
	display: inline-block;
	margin-right: -4px;
	color: #e9f5f6;
	padding: 12px 22px;
	text-decoration: none;
	font-size: 24px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	z-index: 9
}

.nav a:hover {
	color: #fff0c1
}

.nav .icon {
	font-size:42px;
	display: none
}

.nav_content {
	text-align: center; 
	padding-left:14px; 
	margin-top: 100px;  
	color: #8e909b
}

@media screen and (max-width: 820px) {
	.nav a {
		display: none
	}
	.nav a.icon {
		float: right;
		display: block;
		padding: 0;
		width: 60px
	}
}

@media screen and (max-width: 820px) {
	.nav.responsive {
		position: relative;
		}
	.nav.responsive .icon {
		position: fixed;
		padding: 0;
		right: 0;
		top: 0
	}
	.nav.responsive a {
		float: none;
		display: block;
		text-align: center
	}
}

.mainblock {
   	font-size: 32px;
	text-align: center;
	margin: 10% 10px auto 10px
}


.privacy {
   	margin: 0 auto;
	padding: 20px;
  	max-width: 600px;
  	width: 90%;
  	background-color: white;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	text-align: left;
}

@media screen and (max-height: 501px) {
	.mainblock {
		margin: auto 10px auto 10px
	}
	img.mainblockimg {
		max-width: 50%;
		height: auto
	}
}