h1 {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  color: white;

}
nav {
  background-color: white;
  padding-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;

}
#princ{
  width: 100%;
  height: 70vh;
}
body {
  margin: 0px;
  background-color: white;
}
ul {
  display: block;
  text-align: right;
  margin: 0px;
}
li {
  display: inline-block;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
}
#esp {
  width: 20vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px 0px 0px 50px;
}
 #in{
   padding: 10px;
   font-family: 'Raleway', sans-serif;
   font-size: 20px;
   text-align: center;
 }
#help {
  display: block;
  position: relative; top: 1000px;
}
p {
  width: 100vh;
  padding: 10px;
  margin-left: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  text-align: justify;
  color: white;
  position: relative; top: 3vh;
  display: block;
  margin: auto;

}
#prin1{
  position: absolute;
  width: 100%;
}
.pr {
  color: black;
  font-weight: bold;

}
.pr h1 {
  font-weight: bolder;
}
#saude {
  background-image: url(img/morango.jpg)
}
#propriedades {
  background-image: url("img/propriedades.jpg");
  background-size: contain;
}
