/* Styles for the Site Updates page */
body {
    font-family: Arial, sans-serif;
    background: #35a7db
  }
  
  .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
  }
  
  h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  
  .updates {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .updates li {
    margin-bottom: 50px;
  }
  
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  p:first-of-type {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  p:last-of-type {
    font-size: 20px;
    line-height: 1.5;
  }