
@charset "UTF-8";


  
table{

    width: 600px;
    margin: auto;

   
}

table,thead,td{

    border: 1px solid black;
    border-collapse: collapse;
}
thead, td {
       padding: 10px;
       
}

thead {

    background-color: rgb(80, 139, 191);
    color: white;
}

*{
     font-family: Arial, Helvetica, sans-serif;
}