@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@300;400;500&family=Open+Sans:wght@600;700;800&display=swap');

body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Ubuntu, Arial, sans-serif;
	color: rgb(45, 49, 70);
}

dl,
dd,
dt,
p,
a,
span,
ul,
ol {
	font-family: 'IBM Plex Serif', serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

h1 {
	font-size: 50px;
}

h2 {
	padding: 1rem 0;
}

h4 {
	padding: 1rem 0 0.5rem 0;
}

dl {
	padding: 0 0 1rem 0;
}

ul {
	list-style-type: none;
}

img {
	width: 100%;
}

.ul-bullet {
	list-style-type: disc;
}

.container {
	background-color: '#563D7C';
}

.row {
	padding: 2rem;
}

.navbar-brand,
.nav-link {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Ubuntu, Arial, sans-serif;
	padding-right: 0.5rem;
}

.logo {
	width: 35px;
	height: 35px;
}

.first-row {
	padding-top: 80px;
}
