body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f9f9f9;
    color: #333;
  }
  
  header .hero {
    display: flex;
    align-items: center;
    background: #004080;
    color: white;
    padding: 20px;
  }
  
  .headteacher-img {
    width: 150px;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
  }
  
  .jumpup{
    display: none;
  }

.jumpups{
  display: none;
}
