@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: aliceblue;
}

/* ============================================ Visi Misi ==============================*/
.content {
	margin-top: 300px;
	font-family: Aptos-Display;
}
@media (max-width: 900px) {
  .content {
    margin-top: 170px;
  }
}
.container {
	max-width: 95%;
	border-radius: 12px;
	margin: 50px auto;
	padding: 0 20px;
	color: #000000;
	overflow: hidden;
	line-height: 2.5;
	font-size: 20px;
	text-align: justify;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.container h1 {
	text-align: left;
	font-size: 36px;
	line-height: 0.55;
	color: rgb(0, 0, 112);
}