h1{
    background-color: pink;
    color: white;
    width: 370px;
    line-height: 60px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px black;
}
td
{ 
    color: white;
    text-align: center;
     width: 40px;
     height: 40px;
     box-shadow: 1px 2px 1px black;
    
}
.name
{
    line-height: 6px;
    font-size: 16px;
    
}
.type1{

    background-color: rgb(62, 163, 226);
    
}
.type2{

    background-color:#f50808;
    
}
.type3{

    background-color: rgb(248, 64, 8);
    
}
.type4{

    background-color: rgb(215, 230, 16);
}
.type5{

    background-color: rgb(46, 216, 60);
    
}
.type6{

    background-color: rgb(39, 104, 37);
    
}
.type7{

    background-color:rgb(187, 189, 201);
    
}
.type8{

    background-color: rgb(231, 16, 52);
    
}
.type9{

    background-color: rgb(8, 59, 168);
    
}
.type10{
  background-color: purple;
}