
   
table{
    border-collapse: collapse;
  }

  thead{
    background-color : #6ea6fa;
    font-weight :bold;
    color: hsl(226, 39%, 94%);
    font-size: large ; 
  }

th, td{
    border: 1px solid black;
    padding: 5px 5px;
    font-weight :normal
  } 

th:nth-of-type(4) 
  { text-align: right;}
td:nth-of-type(4) 
  { text-align: right; }

th:nth-of-type(1) 
  { text-align: right;}
td:nth-of-type(1) 
  { text-align: right; }

select {
	Border: #3d58f5 1px solid;
  	border-radius: 3px;
	font-size: 1.2em;
    padding: 6px 12px;
}

p {
    color :black;
}

