body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f5f5f5;
  color: #333;
}

header {
  background-color: #333;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

nav li {
  margin: 0;
}

nav a {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
}

nav a:hover {
  background-color: #555;
}

.box {
  text-align: center;
  margin-top: 60px;
}
.boxleft
{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  
}

.main-content {
  width: 80%;
  max-width: 900px;
  margin: 40px auto;
}

.profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.profile img {
  border-radius: 50%;
}

.left,
.right {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.left article,
.right article {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-progress p {
  margin: 4px 0;
}
.center
{
  text-align: center;
}