@font-face {
    font-family: lotus;
    src: url(font/B\ Lotus\ Bold_0.ttf);
}

body{
    font-family: lotus;
    background-color: darkblue;
}

table , th , td{
    border: 1px solid green;
    width: 1000px;
    height: 90px;
    background-color: azure;
    font-size: 80px;
    
    
}
.ll{
    background-size: 100px;
    background-image: url(pics/download.png);
    background-repeat: no-repeat;
}

.ww{
    background-color: rgb(0, 255, 21);
    border-radius: 50%;
    
} 

.ee{
    background-color: grey;
    border-radius: 50%;
    
}

.rr{
    background-color: brown;
    border-radius: 50%;
    
}
.pp{
    background-size: 100px;
    background-image: url(pics/HHHHH.png);
    background-repeat: no-repeat;
}
    
