.container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

.data {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 600px;
}

.logo {
  padding: 20px 0;
}

.social-links {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px #151412;
  color: #151412;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}

.social-links a img {
  width: 24px;
  height: 24px;
}

.social-links a .png {
  width: 20px;
  height: 20px;
}
