* {
	font-family: "Tahoma", sans-serif;
}

nav {
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	margin: 0;
}

@media screen and (width >= 600px) {
	nav {
		
	}
}
.navlink {
	flex: 1;
	color: gray;
}
.logo {
	flex: 1;
	object-fit: contain;
	justify-content: center;
	align-content: center;
}
a {
	text-decoration: none;
}
img {
	justify-self: flex-start;
	float: center;
	max-width: 100%;
	height: auto;
}
body {
    text-align: center;
    color: black;
	flex: 4;
}
p {
    text-align:center;
    color: #5a5a5a; 
}
