body,
html {
	overflow: hidden;
}

body,
ul {
	margin: 0;
}

.main,
body,
html {
	height: 100%;
	width: 100%;
}

body,
p a {
	color: #fff
}

html {
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #000;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background-image: url(bg2c.jpg);
	background-position: center center;
	background-size: cover;
}

@media screen and (max-height:400px) {
	body {
		background-position: center 15%;
	}
}

a {
	background-color: transparent;
}

ul {
	padding: 0;
	list-style: none;
}

.main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

p {
	max-width: 600px
}

p a {
	text-decoration: none;
	border-bottom: 1px solid #333;
	font-weight: 700;
	transition: border .3s;
}

p a:hover {
	border-bottom-color: #fff;
}

.links {
	margin-top: 50px;
}

.links--item {
	display: inline-block;
	margin: 0 5px;
}

.links--item svg {
	opacity: .5;
	transition: opacity .3s
}

.links--item a:hover svg {
	opacity: 1;
}