        html {
          scroll-behavior: smooth;
        }
        body {background-color: rgb(62, 43, 44) !important;
          font-family: "Concert One", sans-serif;
          font-weight: 400;
          font-style: normal;
        }
        h1{font-size:3rem;text-transform: uppercase;}
        h2{font-size:2.5rem;text-transform: uppercase;}
        @media (max-width: 992px) {
        h1, h2 {
                font-size: 2rem;
            }
        }
        p{font-size:1.25rem;}
        li{font-size:1.25rem;}
        .container {max-width:700px;}
        .text-info{color: rgb(78, 201, 225) !important;}
        .custom-button{background-color: rgb(78, 201, 225) !important; color:#000;}
        .custom-button:hover{background-color: rgb(54, 142, 160) !important; color:#000;}
        .bg-textarea{background-color: #1a252f;}
        [data-bs-theme="dark"] pre {
            background-color: #1a252f;
            color: #f8f9fa;
            padding: 1rem;
            border-radius: 0.25rem;
            overflow-x: auto;
            border: 1px solid #495057;
        }
        [data-bs-theme="dark"] pre code {
            color: inherit;
            background-color: transparent;
        }
        [data-bs-theme="dark"] code {
            color: #e9ecef;
            background-color: rgba(73, 80, 87, 0.5);
            padding: .2rem .4rem;
            border-radius: .25rem;
        }