﻿body {
	margin:20px 0;
	background-color:#7B68EE;
	font-family:sans-serif;
}
nav {
	width:860px;
	margin:auto;
	background-color:#483D8B;
	padding:20px 0;
	text-align:center;
	border-radius: 15px 15px 0 0;
}
nav a{
	display:inline-block;
	font-size:20px;
	margin:0 20px;
	color:white;
	text-decoration:none;
}
section {
	width:860px;
	margin:auto;
	background-color:white;
	padding:25px;
	box-sizing:border-box;
}

section a{
	text-decoration: none;
	color: black;
}

section a:hover{
	color: #483D8B;
}

section p{
	text-align: center;
}
section h1{
color: DC08E4;
}
footer {
	width:860px;
	margin:auto;
	background-color:#483D8B;
	color:#FFC;
	padding:50px;
	text-align:center;
	box-sizing:border-box;
	border-radius: 0 0 15px 15px;
}
#foto {
	text-align:center;
	}

section h1{
	text-align: center;
}
	
nav a:hover{
	color: #8A2BE2;
}	

#section-produtos{
	height: 1000px;
}

.produto1{
	width: 200px;
	border: solid 1px black;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.produto1 p{
	text-align: center;
}

#todos-produtos{
	position: absolute;
	margin-left: 90px;
}


