

/*tipo de letra bajado de google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {font-family: 'Roboto', sans-serif; 
    font-size: .9em;
}


h2 {
    color: rgb(59, 57, 57);
    text-decoration: underline;
}


table {
    width: 95%;
    border: 3px solid grey;
}

.col1 {
    width: 10%;
}

.col2 {
    width: 25%;
}

.col3 {
    width: 30%;
}


table tr th {
    text-align: center;
    height: 25px;
    border: 1px solid grey;
    background-color: rgb(214, 217, 219);
   }



table tr td {
    height: 25px;
    border: 1px solid grey;
    background-color: rgb(240, 243, 245);
    text-align: left;    
    padding-left: 5px;
}