body {
  background-image: url("https://files.dogportal.pl/pub/full-bloom.png");
}


.lang_pl{
background-image: url("https://files.dogportal.pl/pub/pl.png") ;
background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.lang_gb{
background-image: url("https://files.dogportal.pl/pub/gb.png") ;
background-repeat: no-repeat;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.gm_highlighting {
  background-color: yellow;                   
  font-size: 140%;           
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}