.josefin-sans-400 {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }
.josefin-sans-700 {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
  }
body {
	font-family: "Josefin Sans", sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background: #ff91a341;
	padding-bottom: 100px;
}

header h1 {
	font-size: 5rem;
	padding: 0 10%;
	text-align: center;
}
header h2 {
	font-size: 2.5rem;
	padding: 0 10%;
	text-align: center;
}
h1, h2, h3 {
	font-weight: 700;
	font-style: normal;
	color: #00aa99;
}
h2, h3 {
	line-height: 1;
	margin: 40px 0;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.25rem;
}
.header-content {
	height: 100vh;
 	position: relative;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }
main, .bg-container {
	width: 71%;
	margin: 20px auto;
	}

header a:link, a:visited {
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
	background-color: #065c55;
	color: #ffedf0;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 1.5rem;
}
header a:hover, a:active {
	color: #73281d;
	background-color:#00c691;
}
.shine {
	color:#389499
}
.skills {
  container-type: inline-size;
}
.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
}
.skill-group {
  	padding: 1.5rem;
	border-radius: 0.5rem;
	text-align: center;
	width: 215px;
}
.skill-group h2 {
	color: #f5644e;
	margin-bottom: 1rem;
	text-align: center;
}
.skill-list {
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
}
.skill-list li {
	border-bottom: 1px solid #00000000;
	padding: 0.25rem 0;
}
@media (max-width: 768px) {
	header h1 {
		font-size: 3rem;
	}
	header h2 {
		font-size: 1.5rem;
		padding: 0 10%;
		text-align: center;
	}
	header a:link, a:visited {
		padding: 10px 10px 10px 10px;
		font-size: 1.15rem;
	}
}
@media (max-width: 480px) {
	header h1 {
		font-size: 2.5rem;
	}
	header h2 {
		font-size: 1.25rem;
		padding: 0 10%;
		text-align: center;
	}
	header a:link, a:visited {
		padding: 8px 8px 5px 8px;
		font-size: 1rem;
	}
	.skill-group {
		width: 100vw;
	}
	body {
		padding-bottom: 50px;
	}
}