
  .did{
    background-color: hwb(69 73% 9%);
    height: 600px;
  }

  .title{
    text-align: center;
    padding: 1.5rem 1.5rem;
   color: white;
   background-color: #007bff;
}
.update{
        
    text-align: right;
}     
  main {
    max-width: 800px;
    margin: 2rem auto;
    padding : 2rem;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
h2 {
  color: rgb(127, 255, 127);
}

  p {
    line-height: 1.6;
    margin-bottom: 1rem;
  }
 
