body{
    font-family: Arial, Helvetica, sans-serif;
}
header {
    background-color: aliceblue;
    text-align: center;
}
main{
    background-color: rgb(179, 221, 221);
    
}
main form tr th {
    background-color: white;
    font-size: 11px;
    width: 450px;
    margin: 0%;
    padding: 2px;
}
#concepto1 {
    width: 450px;
}
#concepto2{
    width: 450px;
}
#concepto3{
    width: 450px;
}
#concepto4{
    width: 450px;
}
#concepto5{
    width: 450px;
}
#concepto6{
    width: 450px;
}
#precio1{
    width: 450px;
}
#precio2{
    width: 450px;
}
#precio3{
    width: 450px;
}
#precio4{
    width: 450px;
}
#precio5{
    width: 450px;
}
#precio6{
    width: 450px;
}
#cantidad1{
    width: 450px;
}
#cantidad2{
    width: 450px;
}
#cantidad3{
    width: 450px;
}
#cantidad4{
    width: 450px;
}
#cantidad5{
    width: 450px;
}
#cantidad6{
    width: 450px;
}

fieldset{
    height:  5px;
    background-color: white;
    text-align: center;
}
.fa-house{
    color: rgb(242, 242, 247) ;
}