﻿body {
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  margin: 0;
  padding: 20px;
}

.faculty-container {
  width: 900px;
  background: white;
  margin: auto;
  padding: 25px;
  border: 2px solid #222;
}

.section-title {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 3px;
}

.faculty-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.faculty-photo img {
  width: 150px;
  height: 170px;
  border: 2px solid #333;
  object-fit: cover;
}

.faculty-basic-info table {
  width: 100%;
  border-collapse: collapse;
}

.faculty-basic-info th {
  text-align: left;
  width: 130px;
  padding: 4px;
}

.faculty-basic-info td {
  padding: 4px;
}

.faculty-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.faculty-table th,
.faculty-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

.faculty-table th {
  background: #e6e6e6;
  font-weight: bold;
}

a {
  color: blue;
  text-decoration: none;
}
