
*{
body{
font-size: 13px;
font-family: "Lucida Sans",Verdana, Arial;
background-color: #b7b7b7
justify-content: center;
algin-items: center;

}

table{
box-sizing: border-box;
font-size: 13px;
font-family: "Lucida Sans",Verdana, Arial;
border: 0px solid #ffffff;
border-collapse: collapse;
margin: 30x 0;

}

td { 
border: 0px solid #ffffff;
text-algin: center;
min-width: 25px;
algin-items: center;
padding: 8px 48px;
}

th {
background-color: #e67472;
box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
border: 0px solid #ffffff;
text-algin: center;
color: #ffffff;
text-shadow: 1px 1px 2px black; 
padding: 5px 5px;
min-width: 25px;
algin-items: center;
}

th:first-child{
border-radius: 12px 0 0 12px;

}
th:last-child{
border-radius: 0 12px 12px 0;

}