
body{
background-color: green;
font-family: Times New Roman;
}

nav ul {
	padding-left: 0;
		background-color: limegreen;
		font-family: Times New Roman;
		font-size:22px;
}

nav li {
	list-style: none;
	font-family: Times New Roman;
}

nav a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: .5rem .75rem;
	text-decoration: none;
	color:mediumblue;
	font-family: Times New Roman;

}

nav a:hover, nav a:focus {
	background-color: blue;
	color: white;
	outline: none;
	font-family: Times New Roman;
}

nav a:active {
	background-color: darkblue;
	font-family: Times New Roman;
}

@media ( min-width: 600px ) {

	nav a {
		border: none;
		display: inline-block;
		
		font-family: Times New Roman;
	}

	nav li {
		display: inline-block;
		font-family: Times New Roman;

	}

}


.enviar{
    background-color: cornflowerblue;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius:30%;
    font-family:"Yu Gothic UI Semilight";
    margin-left:20px;
    margin-bottom:20px;
    display:inline-block;
   

}

article {
border-style: double;
margin-bottom: 12px;
font-family: Times New Roman;
}

section{
border-style : none;
margin-bottom: 5px;
text-align:center;
font-family: Times New Roman;
}


nav{

	display:inline;
	text-align:center;
	font-family: Times New Roman;
}
textarea {
  width: 80%;
  height: 30vw;
  font-family: Times New Roman;
}

section #resum  {	
	text-align:center;
	  padding-top: 1%;
  padding-right: 5%;
  padding-bottom: 1%;
  padding-left: 5%;	
  font-family: Times New Roman;
}

h3[name="textPart"] {
text-align:center;
	  padding-top: 1%;
  padding-right: 5%;
  padding-bottom: 1%;
  padding-left: 5%;
  font-family: Times New Roman;
}
