
h1, h2, h3, p {color: #091235 !important}

h1 {
	font-size: 40px !important;
	line-height: 45px;

}

h2 {
	font-size: 32px !important;
	line-height: 36px;

}

h3 {
	font-size: 22px !important;
	line-height: 28px;
	color: #307FE2 !important ;

}

a {
	color: #307FE2 !important ;

}

.notion-header__cover {
display: none !important;
}

.max-width {
max-width: 1000px !important;
}

.notion-navbar {
background-color: #091235 !important;
min-height: 5vh;
}
.notion-navbar a {
color: white !important;
} 

.notion-callout {
		border-radius: 100px !important;
		position: relative !important;
		padding: 16px 24px !important;
		border: none !important;
	}
	
	.notion-callout.bg-purple-light {
		box-shadow: 0 10px 20px -10px #516Bbef !important;
		background: #516bef !important;
	}
  
	.notion-callout.bg-yellow-light {
		box-shadow: 0 10px 20px -10px #f0bd66 !important;
		background: #f0bd66 !important;
	}
  
	.notion-callout.bg-blue-light {
		box-shadow: 0 10px 20px -10px #1ea1f1 !important;
		background: #1ea1f1 !important;
	}

	.notion-callout a {
		letter-spacing: -0.5px !important;
		padding: 0 0 2px 66px !important;
		align-items: center !important;
		position: absolute !important;
		font-weight: 600 !important;
		display: flex !important;
		border: none !important;
		color: #fff !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		top: 0 !important;
	}