html {
	background: url("../Bg1.webp") center;
}

body {
	margin: 0;
	padding: 0 0 48px;
	background: url("../Bg1.webp") center;
	font-family: "Barlow", sans-serif;
}

h1 {
	font-size: 4em;
	font-weight: 600;
}

h2 {
	font-size: 2em;
	font-weight: 600;}

p {
	font-size: 1.25em;
	font-weight: 300;
}

a {
	color: #008080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

::-webkit-scrollbar {
	display: none;
}

.ic {
	margin: 0 12px;
	padding: 0;
	width: 12px;
}

.tombol a {
	display: inline-block;
	background: white;
	margin: 12px;
	padding: 12px 24px 14px;
	border-radius: 16px;
}

.tombol a img {
	width: 7px;
}

.tombol a.back:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	border-bottom: solid 1.8px;
	border-left: solid 1.8px;
	transform: rotate(45deg);
}

.tombol a.back:after {
	content: "Go Back";
}

.tombol.center {
	text-align: center;
}

img.trans-bg {
	border: solid 1px black;
	width: 320px;
	max-width: calc(100% - 2px);
	background-image: repeating-conic-gradient(#4d4d4d 0% 25%, grey 0% 50%);
	background-position: 0 0, 16px 16px;
	background-size: 32px 32px;
	background-color: #ffffff;
}

#welcome {
	position: relative;
	height: 96px;
	margin-bottom: -16px;
}

#welcome .aga {
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -17px;
	width: 240px;
	z-index: 1;
}

#deskripsi {
	position: relative;
	background: white;
	padding: 60px 16px 60px 16px;
	border-radius: 16px;
}

#deskripsi .batasan {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

@media (max-width: 640px) {
    h1 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
	#welcome .aga {
		margin-right: 0;
	}
}

@media (max-width: 358px) {
	.tombol a.back.atas:after {
		content: "";
	}
}