@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nabla&display=swap');

body {
	margin: 0px;
	background-color: dodgerblue;
	color: white;
	font-family: "Playpen Sans", cursive;
	font-size: 20px
}

h1 {
	text-align: center;
	font-size: 60px;
	font-family: "Nabla", system-ui;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #16425B;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}

h2 {
	text-align: center;
}

p {
	padding-left: 15px;
}

li>p {
	text-align: center;
	padding-left: 0px;
}

ul {
	list-style-type: none;
	padding: 0px;
}

#logo-container {
}

#logo-container>p {
	width: fit-content;
}

