h1{
    background-color: rgb(0, 238, 255);
    width: 350px;
    line-height: 50px;
    border-radius: 10%;
    box-shadow: 0px 5px 15px black;
    color: white;
}
.name
{
    line-height: 5px;
    font-size: 15px;
    
}



*{
    font-family: sans-serif;
}
td
{ 
    text-align: center;
     border-radius: 5px;
     width: 40px;
     height: 40px;
     color: white;
     background-color:white;
     box-shadow: 2px 2px 5px black;
}
.category1{

    background-color: rgb(0, 74, 119);
    
}
.category2{

    background-color:rgb(47, 77, 71);
    
}
.category3{

    background-color: rgb(98, 46, 57);
    
}
.category4{

    background-color: rgb(19, 9, 71);
    
}
.category5{

    background-color: rgb(47, 77, 71);
    
}
.category6{

    background-color: rgb(82, 62, 27);
    
}
.category7{

    background-color:rgb(70, 71, 76);
    
}
.category8{

    background-color: rgb(117, 54, 22);
    
}
.category9{

    background-color: rgb(42, 65, 101);
    
}
