body {
	font-size: 1.6rem;
}

a {
  text-decoration: underline;
}

.header-area {
	margin-bottom: 60px;
}

.header-title {
	font-size: 3.2rem;
}

.header-img {
	max-width: 320px;
	margin-top: 60px;
	margin-left: auto;
  padding-left: 40px;
	margin-right: auto;
}

.lang-select {
  margin-top: 100px;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 100;
}

.main-block {
	margin-bottom: 100px;
}

.area-title {
  font-weight: 200;
	color: rgb(160, 160, 160);
	text-align: left;
	margin-top: 50px;
	margin-bottom: 30px;
}

.category {
	margin-top: 25px;
	margin-bottom: 5px;
}

.platform {
	color: rgb(240, 240, 240);
	background-color: rgb(60, 60, 60);
	/*
	color: rgb(120, 120, 120);
	border-color: rgb(160, 160, 160);
	border-style: solid;
	border-width: 1px;
  */
	font-weight: 400;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: .1rem;
	padding: 3px 6px 3px 6px;
	border-radius: 4px;
	margin-right: 4px;
}

.question {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.answer {
	font-weight: 300;
	margin-bottom: 30px;
}

footer {
	margin-bottom: 160px;
}
