body,html{
  background-image:url("../imagens/fundo.jpeg");
  background-size:cover;
  background-color: white;
  padding: 0;
  margin: 0;
  width:100%;
  height:100vh;
}

h1,h3,h4{
  margin-left:1.5vw;  
}

#nome{
    height:11vh;
    width:100%;
}

h1{
   font-family:"arial";
   font-size:3.5vw;
   font-weight:"bold";
   color:black;
   padding:2px;
}

h3{
   font-family:"arial";
   font-size: 1.8vw;
   font-weight:"bold";
   color:grey;
   margin-top:0.5vh;
}

a{
   font-family:"arial";
   font-size:1.8vw;
   font-weight:"bold";
   text-decoration:none;
}

#textorodape{
   display:flex;
   height:25%; 
   justify-content:center;
   grid-gap:10px;
   bottom:1vh;
   position:fixed;
}


 
.cl1{
   width:30%;
   height:30vh;
   text-align:center;
   color:black;     
}

.p1{
    font-family:"arial";
    font-size:1.1vw;
    text-align:justify;
    padding:3px;
}

#informacao{
  display:flex;
  height:6vh;
}

span{
    font-family:"arial";
    font-size:1.8vw;
    font-weight:"bold";
    color:blue;
}



#linha{
  width:100%;
  height: 8vh;
}

#icones{
 display:flex;
 grid-gap:20px;
}
