body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

header {
  
  padding: 15px;
  margin: 20px;
}

nav {
  height: 1px;
  padding: 2px;
  margin: 20px;
  background-color: #A30214;
  border-radius: 10px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 20px;
  text-transform: uppercase;
  font-size: 50px;
  color: #A31802;
  text-align: center;
}

.index {
  color: #8802a3;
  margin: 20px;
  text-decoration: none;
}

 a:hover {
  text-decoration: underline;
  color: #8802a3;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #A31802;
  margin-top: 50px;
  text-align: center;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #A31802;
  margin-top: 30px;
  text-align: center;
}
p {
  width: 800px;
  margin: auto;
  margin-top: 30px;
}

#h {
  margin-top: 30px;
  margin-bottom: 30px;
}

#centro {
  color: #8802a3;
  margin: 20px;
  text-decoration: none;
}
.container {
  text-align: center;
}

footer {
  padding: 10px;
  margin: 20px;
  background-color: #A30214;
  border-radius: 10px;
}

.vilar {
  text-align: center;
  color: white;
}

@media screen and (max-width: 485px) {
  
  body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 320px;
}

header {
  padding: 15px;
  margin: 5px;
  width: 320px;
}

.container {
  align-items: center;
  text-align: center;
}

nav {
  height: 1px;
  padding: 10px;
  margin: 20px;
  background-color: #A30214;
  border-radius: 10px;
}

  nav a {
  text-decoration: none;
  font-size: 13px;
  color: #8802a3;
  margin-right: 13px;
}

a:hover {
  text-decoration: underline;
  color: white;
}


h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: 10px;
  text-transform: uppercase;
  font-size: 30px;
  color: #A31802;
}

h2 {
  font-size: 17px;
}

h3 {
  font-size: 15px;
}

p {
  text-align: center;
  font-size: 1.0em;
  width: 320px;
  text-align: justify;
  font-size: ;
}

main {
  margin: auto;
  margin-top: 40px;
  max-width: 100%;
  min-height: 900px;
  background-color: #8802a30e;
  border-radius: 10px;
  font-size: 14px;
}


main a{
  padding-top: 20px;
}

footer {
  height: 20px;
  font-size: 13px;
  padding: 10px;
  margin: 15px;
  background-color: #A30214;
  border-radius: 10px;
}

.vilar {
  text-align: center;
  color: white;
}

}