* {
  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: 394px;
  margin-top: 40px;
  padding: 0 10px;
}

.logo {
  width: 100%;
  margin-bottom: 30px;
}

.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;
}

.our-socials {
  font-size: 18px;
  margin-bottom: 20px;
}

.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.social-link {
  display: block;
}

.social-link > img {
  width: 100%;
}

@media (max-width: 425px) {
  .store {
    width: 190px;
    gap: 10px;
  }
}
