body {
background-color: black;
    
}


    
.header {
    padding: 1%;
    display: flex;
    justify-content: center;
    background-color:  rgb(233, 116, 6);
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    
}



.imagentexto {
       
    text-align: center;
    
 }

 .imagentexto img {
display:flex;
padding: 2%;
margin-right: 20px;

}


.textosuper {
color: blueviolet;
font-size: 1.5em;
text-decoration: none;

}

.textosuper :hover {

    background-color: brown;
}



.main {
    background-color: rgb(28, 187, 187);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    
}

.main a {

    text-decoration-line: none;
    
}

#segunda {
   display: flex;
   flex-wrap: wrap;
   
    
 }



.tecnico {
background-color: aqua;
color: white;
padding: 10px;
height: 90 vh;

display: flex;
align-items: center;
flex-direction: column;

background-position: center;


background-image:linear-gradient(
    rgb(0,0,0,0.8)
) 

,url(tecnico.png);

background-repeat: no-repeat;

}

.tecnico h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.tecnico h3 {
    display: flex;
    margin: 10px;
    
}

.footer {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.software {
background-color: rgb(233, 42, 185);
color: white;
padding: 10px;
height: 90 vh;

display: flex;
align-items: center;
flex-direction: column;

background-position: center;


background-image:linear-gradient(
    rgb(0,0,0,0.8)
) 

,url(SOFTWARE.png);

background-repeat: no-repeat;

}

.software h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.software h3 {
    display: flex;
    margin: 10px;
    
}



