@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

body {
	padding: 0;
}

nav {
	/* background-color: #a3aef7; */
}

nav img {
	width: 60%;
}

section i {
	font-size: 2.5em;
}

main {
	/* background-color: #aef7a3; */
}

main p {
	font-size: large;
}

a {
	text-decoration: inherit;
	color: inherit;
}

a:hover {
	color: inherit;
	font-weight: bold;
}
