@font-face {
	font-family: "KronaOne";
	src: url('./imgs/KronaOne-Regular.ttf');
}
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('imgs/bg.png');
}

ul,
li {
	list-style: none;
	list-style-position: inside;
}

h1 {
	font-size: 56px;
	font-family: "KronaOne";
}

h4 {
	font-size: 20px;
	color: #7255ED;
	margin-bottom: 28px;
}

p {
	font-size: 20px;
	margin-bottom: 28px;
}

a {
	color: inherit;
}
.main{
	font-family: "KronaOne";
}
.main-inner {
	max-width: 1200px;
	margin: auto;
}

.logo-bar {
	display: flex;
	align-items: center;
	margin-top: 7px;
}

.content {
	display: flex;
	justify-content: center;
}
.desc{
	margin-top: 60px;
	margin-right: 20px;
}
.main-title{
	word-break: break-all;
	line-height: 150%;
	margin-bottom: 16px;
}
footer {
	display: flex;
	justify-content: space-around;
	background-color: rgba(7, 28, 53, 0.45);
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	line-height: 25px;
	height: 128px;
	box-sizing: border-box;
	padding-top: 18px;
}

footer dl {
	display: flex;
	flex-direction: column;
}

footer dl dt,
footer dl dd {
	flex: 1
}

footer dl dt {
	font-weight: 600;
}

footer dl dd {
	font-weight: 500;
	font-size: 14px;
}

@media screen and (max-width: 1199px){
	.logo-bar {
		margin-left: 20px;
	}
	.desc{
		text-align: center;
		margin-right: 0;
	}
  .content {
	  padding: 0 10%;
	flex-direction: column;
	align-items: center;
  }
  .preview{
	  text-align: center;
	  margin: 40px 0;
  }
  .preview img{
	  width: 80%;
  }
}
@media screen and (max-width: 600px){
	h1 {
		font-size: 30px;
	}
	.logo-bar {
		justify-content: center;
		margin: 10px 20px 0;
	}

	footer {
		flex-direction: column;
		text-align: center;
		height: auto;
	}
	footer>*{
		margin-bottom: 20px;
	}
}
