a{
 text-decoration: none;   
}


.cabecalho{     
    background-image: linear-gradient(90deg, rgb(2, 68, 2), rgb(3, 143, 3));
    color:white;
    min-height:50px;
    width:85%;
    font-size:30px;
    margin:20px auto 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:5px;
} 

.itens {
    width:85%;
    min-height:160px;
    margin: 0 auto;
    font-size:18px;

    display: flex;
     flex-direction:column;
    justify-content: center;
    align-items: center; 
    padding-bottom:40px;
    
    
}
.itens div{
    padding-top:3px ;
}

.itens img{
    padding: 45px 0 ;
   
}

.txtcodigo_prod{
    width: 75%;
    height: 40px;
    font-size:22px;
}

.texto_rastreio{
     width:83%;
    min-height:150px;
    margin: 0 auto;
    font-size:50px;
    color: rgb(2, 68, 2);

    display: flex;
     flex-direction:column;
    justify-content: center;
    align-items: center; 
}

.lercodigo{
    width:83%;
    min-height:150px;
    margin:0 auto 0 auto;
    padding-top:30px;
    font-size:30px;

    display: flex;
    flex-direction:column;
    justify-content: space-around;
    align-items: center; 
}

input[type=submit], button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  
  font-size: 20px;
  
   display: flex;
    justify-content: center;
    align-items: center;
}

form{
  width:90%;
  min-height:60px;
  margin:0 auto;

  display: flex;
  justify-content: center;
  align-items: center;  
}
	
		
		  
	
