a{
	color:#03A791;
}

nav {
	font-family: 'Inter', sans-serif;
	font-size: larger;
	align-items:center;
	margin-top: 1em;
	display: flex;
  	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.5em;
}

nav a, footer div a{
	margin:0px 5px;
}

hr {
    border: 0;
    border-top: 1px solid;
    margin-top: 2em;
	color: #d0cfcf;
}

footer{
	margin-top:40px;
	text-align: center;
	font-size:16px;
	color: #858585;
	font-family: 'Inter', sans-serif;
}

.box_blog {
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	border-radius: 6px;
	margin: 0.8rem;
	margin-top: 1.7rem;
	padding: 1rem;
	h3 {
		margin-top: 0.2rem;
	}
}

/* Cool Button */
.button-33 {
	background-color: #c2fbd7;
	border-radius: 100px;
	box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
	color: green;
	cursor: pointer;
	display: inline-block;
	font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 16px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-33:hover {
	box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
	transform: scale(1.05) rotate(-1deg);
}

h1,h2,h3 {
	font-family: 'Inter', sans-serif;
}

body{
	font-family: 'Lora', serif;
	margin: auto;
	padding:18px;
	max-width: 600px;
	font-size:18px;
	text-align: left;
	background-color:white;
	position: relative;
	color: #2b2b2b;
}

.ph-banner{
	font-family: Garamond, serif;
	background-color: black;
	color: white;
	padding: 4px;
	margin-bottom: 4px;
	text-align: center;
}

img, video{
	max-width: 600px;
	border: 2px solid #13ebc7;
}
