.links-page {
  background-color: #ef3b24;
  height: 100dvh;
  overflow: hidden;
}

.links-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  max-width: 400px;
  width: 100%;
  margin: 0 auto;

  padding-inline: 10px;
  height: 95dvh;
  overflow: hidden;
}

.logo {
  width: 100px;
  height: 100px;
  margin-bottom: 1em;
}

.name {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}

.short-bio {
  font-size: 1em;
  color: #fff;
  margin-bottom: 2em;
  text-align: center;
}

.social-media-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  gap: 2em;
}

.social-media-icons img {
  width: 30px;
  height: 30px;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-block: 2em;
  width: 100%;
}

.links a {
  color: white;
}

.link {
  background-color: black;
  width: 100%;
  padding-block: 1em;
  border-radius: 10px;
  padding-inline: 15px;

  display: flex;
  justify-content: space-between;
}

.flag {
  height: 25px;
  width: 40px;
  object-fit: cover;
}
