
table {
  font-family: arial, sans-serif;
 
  width: 100%;
}

 th {
  border: 4px solid black;
  border-radius:10px;
  text-align: center;
  padding: 8px;
 
}
td {
border: 4px solid red;
border-radius:70px;
text-align: center;
padding: 8px;
color:white;

}
td:hover {
 background-color:white;   
}

th { color: purple;
text-align:center;
    
}

.uwu {
background-color:darkblue;
}  
#style {
color:white;    
}
#style:focus{
color:purple;    
}
