.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-container {
  background-color: #1e1838;
  border-radius: 8px;
  width: 95%;
  margin: 8px;
  padding: 10px 20px;
}

h2 {
  margin-top: 1rem;
  color: #f3e8ff;
  font-size: 30px;
  font-weight: 700;
}

p {
  color: #f3e8ff;
  font-size: 18px;
  font-weight: 400;
}

p a {
  color: #3b82f6;
  font-size: 16px;
}

.lang {
  background: rgba(120, 80, 200, 0.07);
  border: 1px solid rgba(180, 160, 255, 0.1);
  margin: 8px;
  border-radius: 8px;
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.lang-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.lang-name {
  color: #f3e8ff;
}

.project-card {
  background: rgba(120, 80, 200, 0.07);
  border: 1px solid rgba(180, 160, 255, 0.1);
  margin: 8px;
  border-radius: 8px;
  width: 47%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}

.back-card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.intro {
  background: rgba(120, 80, 200, 0.07);
  border: 1px solid rgba(180, 160, 255, 0.1);
  margin: 8px;
  padding: 8px;
  border-radius: 8px;
}

.projectcard-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.sitetag {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.sitetag img {
  width: 40px;
}

.web-link {
  text-align: left;
}

h4 {
  color: #f3e8ff;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .view-container {
    width: 90%;
  }

  .project-card {
    width: 100%;
    padding: 8px;
  }

  h2 {
    font-size: 20px;
  }

  .lang-container {
    display: flex;
    justify-content: space-around;
  }

  h4 {
    color: white;
    font-size: 16 px;
    font-weight: 600;
  }

  .social-links img {
    width: 15px;
  }

  .links h4 a {
    font-size: 12px;
  }
}

.social-links {
  margin: 8px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.social-links img {
  width: 20px;
  gap: 8px;
}

.links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
}

.links a {
  color: #3b82f6;
  font-size: 16px;
}

.links i {
  margin: 4px;
}

.social-item {
  background: rgba(120, 80, 200, 0.07);
  border: 1px solid rgba(180, 160, 255, 0.1);
  margin: 8px;
  border-radius: 8px;
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  gap: 10px;
}

.Social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

a {
  text-decoration: none;
}
