*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  
  background-size: cover;
  background-repeat: no-repeat;
 
  
}
a {
  text-decoration:none ;
  color: #fdfdfd;
}
a:hover {
  color: rgb(152, 252, 2);
}
#whats {
  text-decoration:none ;
  color: #fdfdfd;
}
#whats:hover {
  color: red;
}
nav  {
  position: fixed;
  width: 100%;
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: black;
  align-items: center;
  padding: 0 2rem 0 2rem;
  color: #fdfdfd;
  opacity: 0.5;
  font-family: roboto;
  text-transform: uppercase;
  z-index: 5;
  box-shadow: 0px 2px 4px rgba(0,0,0, 0.5);
}

.listas {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
  z-index: 6;
}

#home{
  
  width: 100%;
  height: 100vh;
  background-image: url(./img/img01.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: 7;
  text-shadow: 0 0 0.2em black;
}

#manutencao {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url(./img/img02.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  text-shadow: 0 0 0.2em black;
  
}
#servico {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url(./img/img03.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  text-shadow: 0 0 0.2em black;
}
#contato {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-image: url(./img/img04.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  text-shadow: 0 0 0.2em black;
}
h3 {
 
  letter-spacing: 10px;
}
h4{
  font-family: roboto;
  letter-spacing: 5px;
}

section  {
  
  display: flex;
  justify-content: center;
  align-items: center;
   color: rgb(198, 255, 76);
  /* color: rgb(138, 3, 98); */
}
#home {
  font-size: 7rem;
  
}

#servico h4{
  margin-top:55px ;
  font-size: 2rem
}
#manutencao h4 {
  margin-top:55px ;
  font-size: 2rem
}
#manutencao h3{
  
  font-size: 7rem
}
#servico h3{
  
  font-size: 7rem
}
#contato h3{

  font-size: 7rem
}
main section h3{
  font-family: roboto;
}