html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: lighter;
  overflow-x: hidden;
  font-family: "Athiti";
}

.cont {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #dac599;
	padding: 5%;
	background-color: #1b0d0a;
	margin-top: 120px;
}

.cont p {
	text-align: justify;
}

@media only screen and (max-width: 786px) {

	.cont {
		margin-top: 60px;
	}

	.cont h3 {
		font-size: 19px;
	}
}
