@charset "UTF-8";
/* CSS Document */

/* Anithing can be type here*/


body{
	padding: 0;
	margin: auto;
	background-color: floralwhite;
	width: 60%;
}

img {
	align-items: center;
}

h1 {
	text-align: center;
}

h2 {
	text-align-last: center;
}

navi {
	list-style: circle;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40%;
}

p {
	align-content: center;
}


.center {
	display: block;
	margin: auto;
}



