@charset "UTF-8";
      @import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,500;1,500&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');
      
      .titulozao {
        font-family: "Mountains of Christmas", serif;
        font-size: 58px;
        margin-bottom: -14px;
        color:#c49149;
      }
      
      p, li, details, details details details, details details details details {
        font-family: "Google Sans Code";
        font-size: 18px;
        color:#c49149;
      }
      
      h2 {
        font-family: "Google Sans Code";
        font-size: 32px;
        margin-bottom: 2px;
        color:#c49149;
      }
        
        body {
          padding: 88px;
           background-image: url("gradient_1.png");
           background-color: #232201;
              background-repeat: no-repeat;
              background-position: center;
              background-attachment: fixed; 
               background-size: cover;
        }
        summary {
          font-family: "Mountains of Christmas", serif;
          font-size: 40px;
          color: #c49149;
        }
        
      details details {
  margin-left: 35px;
  font-family: "Google Sans Code"; !important
  font-size: 18px;
  color: #c49149
      }
      
      a {
        color: #7f63c2;
      }
      ::selection {
        background-color: #121101
      }
      