.index .header {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
}

.index .header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}
* {
	margin: 0;
	padding: 0;
}

.index .hero {
	background: url("https://i.pinimg.com/736x/35/01/e6/3501e649fa100b8c760cfd62ac6443ce.jpg");
	background-size: cover;
	min-height: 400px;
	height: 90vh;
	color:rgb(100,72,60);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}

.index .hero .content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
}

.index .hero .button-container {
	margin-top: 1rem;
}

.index .hero .button {
	color:rgb(100,72,60);
	text-decoration: none;
	border: 1px soild white;
	display: inline;
	padding: 10px 20px;
	text-align: center;
}


/* page 2 */

.page2 .header {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
}

.page2 .header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}

/* bear */

.header {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem;
}

.header .links {
	display: flex;
	justify-content: end;
	gap: 1rem;
}