* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  margin-top: 15px;
}

.logo {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

.link {
  border: 2px solid #3d6394;
  box-sizing: border-box;
  border-radius: 10px;
  height: 46px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 14px;
  font-size: 18px;
  color: #3d6394;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 300ms ease-out;
  margin-bottom: 30px;
}

.link:hover {
  background: #3977f4;
  box-shadow: 0px 4px 20px #3977f4;
  color: #fff;
  border-color: #3977f4;
}

.store-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 15px; */
  padding: 0 10px;
}

.store-links img {
  width: 100%;
  height: 100%;
}

.store {
  /* background-color: #3d6394; */
  border-radius: 10px;
  /* padding: 13px 18px; */
  margin: 5px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  /* gap: 15px; */
  align-items: center;
  width: 200px !important;
}

.official-site {
  color: #3d6394;
  text-decoration: none;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 425px) {
  .store {
    width: 190px;
    gap: 10px;
  }
}

.store-info {
  display: flex;
  flex-direction: column;
}

.store-name {
  font-weight: bold;
}

.store-subtitle {
  text-transform: uppercase;
  font-size: 14px;
}

.store-subtitle2 {
  font-size: 14px;
}

.lang-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  gap: 6px;
}
.lang-switcher a {
  color: #3d6394;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.lang-switcher a:hover {
  color: #3977f4;
}
.lang-switcher .active {
  color: #3977f4;
  font-weight: bold;
  cursor: default;
}
.lang-link {
  display: flex;
  align-items: baseline;
  text-decoration:none
}

@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url(/fonts/NotoColorEmoji.ttf);
}

.flag {
  font-family: "NotoColorEmojiLimited", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
