body{
	background-color:white;
    font-family:Arial, sans-serif
}
.navbar{
display :flex;
width :100%;
text-decoration:none;
background-color : rgb(96,96,89);
justify-content:center;
}
.nav-links{
width :100%;
display : flex;
flex-direction:row;
text-decoration : none;
justify-content:center;
list-style-type:none;
	
}
p{
	width:350px;
	background-color:white;
	text-align : justify;
	padding :16px;
	margin:auto;
}
a{
	color : white;
	text-decoration :none;
}
.foot-links{
	
    display : flex;
    flex-direction:row;
	text-decoration :none;
}
.fo ul{

display : flex;
text-align:space-between;
background-color : rgb(66,66,62);
justify-content:center;
list-style-type:none;
}
.enc{
	text-align:space-between;
}
.po{
	text-align:space-between;
}
img{
	width:100%;
}
@media screen and (min-width:1200px){
	.pal1{
		width:15%;
	}
}