body {
  background-color: rgb(173, 177, 177);
  font-family: Arial, sans-serif;
  margin: 20px;
}

h1 {
  color: rgb(122, 117, 117);
  text-align: center;
  margin-bottom: 30px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  height: 600px;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  height: 600px;
}

.info-droite {
  padding: 15px 20px;
  border-radius: 10px;
  background: none;
  margin-top: 60px; 
}

.admin, .school, .projects {
  padding: 15px 20px;
  border-radius: 10px;
  background: none;
}

.left-column img {
  max-width: 320px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.projects {
  width: 60%;
  margin: 40px auto 0 auto;
  text-align: center;
}

.projects ul {
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}

ol, ul {
  margin: 0;
  padding-left: 20px;
  color: rgb(56, 55, 55);
}

p {
  margin-bottom: 10px;
}

p:last-of-type {
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
}
