 
 
 /***** CSS EXTRA *****/
 
.foto {
    width : 50%;
    height :50%;
}
.titulo {
    text-align :center ;
    font-size :15px;
}

.descricao {
    text-align :center ;
}

.botao {
    text-align :center ;
}

.btncolor {
   
    width:40px;
    height:40px;
    border-style :solid  ;
    border-color :black; 
    border-width:1px;
    margin :5px;
}

