.flagImage {
   box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
   max-height: 50vh;
   max-width: 95%;
}

.flagImageSmall {
   box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
   max-height: 95%;
   max-width: 95%;
}

.logoImageBackground {
   background-image: url('globe-2.9s-362px_tr.svg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center bottom;
}

.logoImageBackground2 {
   background-image: url('globe-2.9s-362px_tr.svg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: 50% 10%;
}