@charset "utf-8";
/* CSS Document */

*, html, body {
   margin:0;
   padding:0;
   box-sizing: border-box;
}

body {
  font-family: arial, sans-serif;
  font-size: 1vw;
  background: white;
}

header {
  position: fixed;
  padding: 2em;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background:#FFF;
}
.header-logo img {
	width: 100px;
}

nav {
  z-index: 400;
  top: 0;
  left: 0;
  opacity: .95;
  background: #e9e9e9;
  position: relative;
  float: right;
  width: 64%;
  height: 1.5em;	
  justify-content: space-between;	
 }
nav ul {
	display: flex;
	list-style: none;
	gap: 15px;
	align-items: flex-end;
	padding: 0 0 0 1em;
}
nav ul li a{
	text-decoration: None;
	font-family: "segue UI", sans-serif;
	font-weight: 600;
	color: #191919;
	padding: 8px 0;
	transition: all;
	transition: 500ms;
	border-bottom: 1px solid rgba(0,0,0,0.00);
}
nav ul li a:hover {
	color: #006400;
	border-bottom: 1px solid #000000; 
}
/* css whyus */
.iklan01{
	padding-top: 120px;
}
.isinya {
	padding-top: 120px;
}
.isinya img { 
  	width: 100%;
  	height: auto;
  	opacity: 1.0;
}
.isimop {
	padding-top: 80px;
}
.isimop img { 
  	width: 100%;
  	height: auto;
  	opacity: 1.0;
}
.iklan {
	display: flex;
	justify-content: center;
}
.iklan img {
	border-radius: 50%;
}
