body {
  font-family: Arial, sans-serif;
  background-color: #d9b2de;
  margin-left: 10%;
  margin-right: 10%;
}

h1,
h2 {
  font-family: Georgia, serif;
}
  
h1 {
  text-align: center;
  color: #8a00ca;
}

h2 {
  margin-top: 30px;
  color: blueviolet;
}
  

#source {
  font-style:  italic;
}

#look{
  font-style:  italic;
  text-align: center;
}

#t2014{
  font-style:  italic;
}


    body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f8f4fb;
      color: #4c3c53;
    }

    header {
      background: linear-gradient(135deg, #e5d1f2, #f3e5f5);
      color: #4c3c53;
      padding: 50px 20px;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    main {
      padding: 30px;
      max-width: 900px;
      margin: auto;
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    h1 {
      margin: 0;
      font-size: 3em;
      font-weight: bold;
    }

    h2 {
      color: #6a4c93;
      margin-top: 40px;
      font-size: 1.8em;
    }

    p {
      line-height: 1.7;
      font-size: 1.1em;
    }

    img {
      max-width: 100%;
      display: block;
      margin: 20px auto;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    ul {
      padding-left: 20px;
    }

    li {
      margin-bottom: 10px;
    }

    footer {
      text-align: center;
      background-color: #dfb8f7;
      color: #4c3c53;
      padding: 20px;
      margin-top: 40px;
      font-size: 0.95em;
    }

    a {
      color: #a46dd0;
      text-decoration: none;
      font-weight: bold;
    }

    a:hover {
      text-decoration: underline;
    }

   