body {
  background-color: #F5F0E1;
  color: #3B2F24;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 2rem;
  text-align: center;
}
.logo {
  margin-top: 20px;
}
h1 {
  font-size: 24px;
  margin-top: 10px;
}
.timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 12px;
}
.phase {
  background-color: #FFD580;
  padding: 12px 18px;
  width: 90%;
  max-width: 600px;
  border-left: 5px solid #3B2F24;
  text-align: left;
  font-weight: bold;
  border-radius: 4px;
}
.status {
  font-weight: normal;
  font-style: italic;
  float: right;
}