body {
    text-align: center;
    background-color: #f8f8f8;
    color: #333333;
    font-family: "Roboto", sans-serif;
  }
  
  h1, h2, h3 {
    color: #4e6cff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  h1 {
    font-size: 48px;
  }
  
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  p {
    font-size: 18px;
    line-height: 1.5;
  }
  
  img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  
  header {
    background-image: linear-gradient(to right, #003366, #ff5500);
    padding: 20px;
  }
  .c{
    color: wheat;
  }