div.a
{
  position         : fixed                         ;
  top              :  10px                         ;
  left             :  10px                         ;
  width            :  50px                         ;
  height           :  50px                         ;
  z-index          : 10000                         ;
  background-image : url("media/CoronaVirus1.png") ;
}

div.b
{
  position         : fixed                         ;
  top              :  10px                         ;
  left             : 150px                         ;
  width            :  50px                         ;
  height           :  50px                         ;
  z-index          : 10000                         ;
  background-image : url("media/CoronaVirus2.png") ;
}

div.c
{
  position         : fixed                         ;
  top              :  10px                         ;
  left             : 300px                         ;
  width            :  50px                         ;
  height           :  50px                         ;
  z-index          : 10000                         ;
  background-image : url("media/CoronaVirus3.png") ;
}

div.d
{
  position         : fixed                         ;
  top              :  10px                         ;
  left             : 450px                         ;
  width            :  50px                         ;
  height           :  50px                         ;
  z-index          : 10000                         ;
  background-image : url("media/CoronaVirus4.png") ;
}

div.e
{
  position         : fixed                         ;
  top              :  10px                         ;
  left             : 600px                         ;
  width            :  50px                         ;
  height           :  50px                         ;
  z-index          : 10000                         ;
  background-image : url("media/CoronaVirus5.png") ;
}
