.header-background {
  background-color: #000000;
  background-image: url("/assets/images/header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-shadow {
  filter: drop-shadow(0px 0px 4px #000000);
}

.flag {
  border: 1px solid #fff;
  width: 30px;
}

.text-shadow {
  text-shadow: 0px 0px 4px #000000;
}

.vh-50 {
  height: 50vh;
}