* {
	box-sizing: border-box;
}

body {
	font-family: NSimSun, "Courier New", "Times New Roman", Calibri;
	color: white;
	background: url(images/stars.png) repeat fixed;
	background-color: #000000;
}

.container {
  text-align: center;
	width: 100%;
	max-width: 1000px;
	height: 700px;
	margin: 0 auto;
	margin-top: 125px;
}

#cap {
	font-style: italic;
	font-size: 20px;
	color: #7DD4FF;
}

#info {
	font-style: italic;
	font-size: 13px;
	color: #5A6AF1;
}

.arrow {
  margin-top: 36px;
}

.icons {
	width: 150px;
}