@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap");

* {
	padding: 0;
	box-sizing: border-box;
	font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html,
body {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	margin-bottom: 0;
}

h1 {
	font-size: 2.625rem;
}

p,
a,
li {
	font-weight: 400;
	font-size: 1.25rem;
}

li {
	list-style-position: inside;
}

nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	position: absolute;
	width: 100%;
}

nav a {
	color: #ffffff;
	text-decoration: none;
	margin-inline-end: 20px;
	padding: 20px;
}

header {
	background-image: url(/cover_drop.png);
	background-color: #404eed;
	color: #ffffff;
	height: 50vh;
	margin: 0;
	display: flex;
	flex-direction: column;
	position: relative;
}

header section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

main {
	width: 40%;
	margin: 80px auto;
}
