/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
    

    <title>chezburguerlover site</title>

  <!-- Fontes -->
  <link href="https://fonts.googleapis.com/css2?family=Quicksand&amp;family=Playfair+Display&amp;display=swap" rel="stylesheet">
<style>

  <style>
    body {
      background: linear-gradient(180deg, #0b1324, #0f1a33, #121c3f);
      color: #cfd8ff;
      font-family: 'Quicksand', sans-serif;
      margin: 0;
      padding: 0;
    }

    header {
      text-align: center;
      padding: 80px 20px;
      background: linear-gradient(180deg, #0f1a33, #0b1324);
      box-shadow: 0 0 40px rgba(20, 40, 90, 0.8);
    }

    header h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3em;
      color: #a9b7ff;
      letter-spacing: 2px;
    }

    header p {
      color: #8fa1d9;
      font-size: 1.05em;
      font-style: italic;
    }

    nav {
      text-align: center;
      padding: 18px;
      background-color: rgba(15, 26, 51, 0.85);
      border-top: 1px solid #1f2d5c;
      border-bottom: 1px solid #1f2d5c;
    }

    nav a {
      margin: 0 18px;
      text-decoration: none;
      color: #9fb0ff;
      font-weight: 500;
    }

    nav a:hover {
      color: #ffffff;
      text-shadow: 0 0 6px #6c7dff;
    }

    main {
      max-width: 780px;
      margin: 60px auto;
      padding: 20px;
    }

    section {
      background-color: rgba(20, 32, 70, 0.6);
      border-radius: 18px;
      padding: 30px;
      margin-bottom: 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

    section h2 {
      font-family: 'Playfair Display', serif;
      color: #b7c4ff;
      margin-bottom: 12px;
    }

    section p {
      line-height: 1.7;
      color: #cfd8ff;
    }

    footer {
      text-align: center;
      padding: 40px;
      font-size: 0.85em;
      color: #7f8ccc;
    }

    .fade {
      animation: fadein 3s ease-in;
    }

    @keyframes fadein {
      from { opacity: 0; }
      to { opacity: 1; }
    }
  </style>

<style>
 <link rel="icon" href="/cheezburguer.webp">
body{
background-image: url("windows_xp_24.jpg");
background-size: 100%;
  background-color: purple;
  color: purple;
  font-family: Verdana;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
youtube {position=absolute
    x = 500
    y= 900
}
</style>
