h1 {
	color: black;
	font-weight: bold;
	font-size: 40px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
}

h5 {
	font-weight: bold;
}
body {
	background: linear-gradient(
		to right,
		rgba(5, 76, 134, 0.5),
		#22d45dcc,
		rgba(5, 76, 134, 0.5)
	);
}

nav.bg-color {
	background: rgba(5, 76, 134, 0.5);
}

.container {
	flex: 1;
	background-color: hsl(108, 15%, 94%);
	border-radius: 1%;
	align-self: center;
	padding: 2%;
	width: 100%;
	margin-top: 1%;
	padding-bottom: 3.5%;
}

h2 {
	color: black;
	font-weight: bold;
	font-size: 30px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
}

.box {
	border: 2px solid rgba(19, 192, 204, 0.2);
	border-radius: 10px;
	padding: 10px;
	background-color: aliceblue;
	margin-bottom: 10px;
}
