
    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@400;500&display=swap');
    
    html {
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      line-height: 1.88889;
      color: #d4e6ff;
      background-image: url(fundo.webp);
      background-repeat: repeat;
      background-attachment: fixed;
      background-position: top;
      background-size: auto;
      margin-top: 60px;
      padding: 0;
    }

    p {
      margin-top: 0;
      text-align: justify;
    }

    h1 {
      font: bold 48px 'Cinzel', serif;
      letter-spacing: 1px;
      margin-bottom: 0;
      color: #FFC72C;
    }

    h2 {
      font: italic normal 32px 'Cinzel', serif;
      letter-spacing: 1px;
      margin-bottom: 0;
      color: #FFC72C;
    }

    h3 {
      font: italic normal 28px 'Cinzel', serif;
      letter-spacing: 1px;
      margin-bottom: 20px;
      color: #FFC72C;
    }

    a:link {
      font-weight: bold;
      text-decoration: none;
      color: #FF7A00;
    }

    a:visited {
      font-weight: bold;
      text-decoration: none;
      color: #cd9664;
    }

    li {
      list-style-type: none;
      text-align: left;

    }


    .page-wrapper {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 0px 0 0px;
      border-width: 100px;
    }


    .header {
      border: 15px #6012bb;
      border-radius: 15px;
      padding: 0px 0px 0px 0px;
      height: 150px;
      margin-bottom: 10px;
      text-align: center;
    }

    .summary {
      border: 1px #6012bb;
      border-radius: 15px;
      padding: 15px 50px 15px 50px;
      background-color: #1A1A3A8A;
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .preamble {
      border: 1px #6012bb;
      border-radius: 15px;
      padding: 15px 50px 15px 50px;
      background-color: #1A1A3A8A;
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .supporting {
      border: 1px #6012bb;
      border-radius: 15px;
      padding: 15px 50px 15px 50px;
      background-color: #1A1A3A8A;
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .sidebar {
      font-size: 14px;
      align-self: center;
      position: fixed;
      top: 0px;
      left: -290px;
      height: 100vh;
      width: 300px;
      text-align: center;
      background-color: #0D1B2A;
      transition: 0.5s linear;
      min-height: 8px;
      background-repeat: repeat;
      background-position: top left;
      background-size: 128px;
      background-position: top;
    }

    .sidebar::after {
      content: "";
      text-align: center;
      position: absolute;
      top: 50%;
      right: -25px;
      width: 50px;
      height: 50px;
      background: rgb(7, 170, 251);
      border-radius: 50%;
    }

    .sidebar:hover {
      left: 0vw;
    }

    .footer {
      position: fixed;
      bottom: 0px;
      right: 0px;
      height: 30px;
      z-index: 9999;
      padding: 15px 10px 5px 15px;
      background: #0D1B2A;
      border-radius: 20px 0 0 0;
    }
