body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 20px;
}

.tech-connect-header {
  background-color: #1a1a2e;
  color: #ffffff;
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.tech-connect-header h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tech-connect-header .subtitle {
  font-size: 1.2rem;
  opacity: 0.8;
}

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.circuit-line {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  height: 2px;
}

.circuit-line:nth-child(1) {
  top: 20%;
  left: -10%;
  width: 120%;
  transform: rotate(-5deg);
}

.circuit-line:nth-child(2) {
  top: 50%;
  left: -10%;
  width: 130%;
  transform: rotate(3deg);
}

.circuit-line:nth-child(3) {
  bottom: 30%;
  left: -5%;
  width: 110%;
  transform: rotate(-2deg);
}

@media (max-width: 768px) {
  .tech-connect-header h1 {
    font-size: 2rem;
  }

  .tech-connect-header .subtitle {
    font-size: 1rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

button:hover {
  background-color: #45a049;
}
