*{
	padding: 0;
	margin: 0;
}

.container{
	height: 100vh;
	width: 100%;
	background-position: center;
	background-image: url(background.png);
	background-size: cover;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	position: relative;
}

.navbar{
	width: 100%;
	height: 15vh;
	margin: auto;
	display: flex;
	align-items: center; 
}


.logo{
	width: 100px;
	cursor: pointer;
}

.cart{
	width: 80px;
	cursor: pointer;
	margin-bottom: 20px;
}

nav{
	flex: 1;
	padding-left: 60px;
}

nav ul li{
	display: inline-block;
	list-style: none;
	margin: 0px 20px;
}

nav ul li a{
	text-decoration: none;
	font-size: 20px;
	color: #232d60
}

.content h1{
	font-size: 40px;
	font-weight: 5px;
	margin-top: 24px;
	margin-bottom: 15px;
	color: #232d60
}

.content h2{
	font-size: 20px;
	font-weight: 60px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #232d60
}

.content p{
	font-size: 20px;
	color: #6a7199
}

.content {
	margin-left: 10%;
	margin-top: 10%;
}

.content .btn{
	display: inline-block;
	background: linear-gradient(45deg, #87adfe, brown);
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	box-shadow: 3px 8px 22px rgba(94,28,68,0.15);
}

.materi .btn{
	align-content: center;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #87adfe, brown);
	padding: 10px 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	box-shadow: 3px 8px 22px rgba(94,28,68,0.15);
	display: flex;
	border-radius: 10px;
	margin: 40px;
	width: 25%;
	transform: translate(130%, 30%);
}

.center-image {
    display: block; /* Gambar harus menjadi blok */
    margin: 0 auto; /* Margin otomatis untuk horizontal */
    max-width: 100%;
    height: auto;
}
