@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Pacifico&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body {
	/*background-color: rgb(26,18,7);*/
	background-image: linear-gradient(to bottom, rgb(26,18,7), rgb(0,0,0));
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: 400;
	font-size: 0;
	overflow: hidden;
}

.container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 2rem;
	text-align: center;
}

.corner {
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
}

.topleft {
	top: 1.4rem;
	left: 1.4rem;
	border-left: solid 1px rgb(180,180,180);
	border-top: solid 1px rgb(180,180,180);
}

.topright {
	top: 1.4rem;
	right: 1.4rem;
	border-right: solid 1px rgb(180,180,180);
	border-top: solid 1px rgb(180,180,180);
}

.bottomright {
	bottom: 1.4rem;
	right: 1.4rem;
	border-bottom: solid 1px rgb(180,180,180);
	border-right: solid 1px rgb(180,180,180);
}

.bottomleft {
	bottom: 1.4rem;
	left: 1.4rem;
	border-left: solid 1px rgb(180,180,180);
	border-bottom: solid 1px rgb(180,180,180);
}

.content {
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

.title {
	display: block;
	color: #E4A141;
	font-family: 'Pacifico', cursive;
	font-weight: 400;
	font-size: 6.1rem;
	margin: 0 auto;
}

.subtitle {
	display: block;
	color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 3.1rem;
}