body {
  background-image: url("/images/global_bg.jpg");
  background-size: cover;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  width: 320px;
  height: 94px;
}

.links-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.country-links {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}

.country-links-link {
  border: 2px solid #1CB783;
  font-size: 20px;
  font-weight: bold;
  color: #1CB783;
  font-family: "neue-haas-grotesk-display";
  padding: 5px;
  width: 200px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin: 10px;
  letter-spacing: 0.2em;
}

.footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer-link {
  font-size: 20px;
  font-weight: bold;
  color: white;
  font-family: "neue-haas-grotesk-display";
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
}

@media (min-width: 641px) {
  .links-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .country-links {
    grid-template-columns: 1fr 1fr;
  }
}
