body, div, h1, p {
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	height: 72px;
	left: 0px;
	top: 0px;

	background: #115E63;
	position: fixed;
	z-index: 9;
}

.header h3 {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 136%;
	/* or 24px */

	letter-spacing: 0.12em;
	color: #FDBB6A;

	position: fixed;
	width: 530px;
	height: 28px;
	left:  -300px;
	top: 4px;

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 52px;
}


.header p {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 136%;
	/* or 24px */

	letter-spacing: 0.12em;
	color: #FDBB6A;

	position: fixed;
	width: 530px;
	height: 28px;
	right: 48px;
	top: 21px;

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 52px;
}

.header a {
	color: #FDBB6A;

}

.header a:hover {
	color: #DD5889;
}

.image {
	top: 72px;
	position: absolute;
}

.image img{
	width: 95%;
	margin-left: 72px;

}


.footer {
	width: 100%;
	height: 425px;
	top: 745px;
	position: absolute;
	background-color: #115E63;
	background-repeat: no-repeat;
	align-content: center;

}

.footer img {
	width: 70%;
	margin-left: 225px;
	margin-top: 75px;

}




