nav {
    text-align: center;
}

.wrap {

    width: 100%;
}

div {
    padding: 5px;
    margin-top: 10px;
}

nav .lgfont {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: #368a3f;
    font-size: 40px;
}

h1,
h2,
h3 {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    color: #22b130;
}

#char img {
    display: block;
    max-height: 80vh;
    margin: 0 auto;
	object-fit: contain;
}

#orr img {
    display: block;
    max-width: 80vh;
    margin: 0 auto;
	object-fit: contain;
}

button {
	font-family: "Courier New", monospace;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    background-color: #9adc9a;
    color: #484c00;
    padding: 5px;
}

button:hover {
    background-color: green;
    color: white;
    text-decoration: none;
}

.topbtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 30px;
}

.topbtn a {
    border-radius: 25px;
    text-decoration: none;
    padding-top: 8px;
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 35px;
    background-color: rgb(154, 220, 154);
    color: #484c00;
	
}

.topbtn a:hover {
    background-color: green;
    color: white;
    text-decoration: none;
}

.index {
    font-size: 0.75rem;
}

:root {
    --markdown-font-family: "Courier New", monospace;
    --markdown-font-size: 14px;
    --markdown-line-height: 1.6;
    --vscode-font-family: "Segoe WPC", "Segoe UI", sans-serif;
    --vscode-font-weight: normal;
    --vscode-font-size: 13px;
    --vscode-editor-font-family: Consolas, "Courier New", monospace;
    --vscode-editor-font-weight: normal;
    --vscode-editor-font-size: 14px;
    --vscode-foreground: #616161;
    --vscode-errorForeground: #a1260d;
    --vscode-descriptionForeground: #717171;
    --vscode-icon-foreground: #424242;
    --vscode-focusBorder: #0090f1;
    --vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
    --vscode-textLink-foreground: #7f7f7f;
    --vscode-textLink-activeForeground: #e62a7f;
    --vscode-textPreformat-foreground: #a31515;
    --vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
    --vscode-textBlockQuote-border: rgba(0, 204, 3, 0.5);
    --vscode-textCodeBlock-background: rgba(220, 220, 220, 0.4);
    --vscode-widget-shadow: #a8a8a8;
    --vscode-input-background: #ffffff;
    --vscode-input-foreground: #616161;
    --vscode-inputOption-activeBorder: rgba(0, 122, 204, 0);
    --vscode-inputOption-activeBackground: rgba(0, 144, 241, 0.2);
    --vscode-inputOption-activeForeground: #000000;
    --vscode-input-placeholderForeground: #767676;
    --vscode-inputValidation-infoBackground: #d6ecf2;
    --vscode-inputValidation-infoBorder: #007acc;
    --vscode-inputValidation-warningBackground: #f6f5d2;
    --vscode-inputValidation-warningBorder: #b89500;
    --vscode-inputValidation-errorBackground: #f2dede;
    --vscode-inputValidation-errorBorder: #be1100;
    --vscode-dropdown-background: #ffffff;
    --vscode-dropdown-border: #cecece;
    --vscode-checkbox-background: #ffffff;
    --vscode-checkbox-border: #cecece;
    --vscode-button-foreground: #ffffff;
    --vscode-button-background: #007acc;
    --vscode-button-hoverBackground: #0062a3;
    --vscode-button-secondaryForeground: #ffffff;
    --vscode-button-secondaryBackground: #5f6a79;
    --vscode-button-secondaryHoverBackground: #4c5561;
    --vscode-badge-background: #c4c4c4;
    --vscode-badge-foreground: #333333;
    --vscode-scrollbar-shadow: #dddddd;
    --vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);
    --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
    --vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
    --vscode-progressBar-background: #0e70c0;
    --vscode-editorError-foreground: #e51400;
    --vscode-editorWarning-foreground: #e9a700;
    --vscode-editorInfo-foreground: #75beff;
    --vscode-editorHint-foreground: #6c6c6c;
    --vscode-editor-background: #ffffff;
    --vscode-editor-foreground: #000000;
    --vscode-editorWidget-background: #f3f3f3;
    --vscode-editorWidget-foreground: #616161;
    --vscode-editorWidget-border: #c8c8c8;
    --vscode-quickInput-background: #f3f3f3;
    --vscode-quickInput-foreground: #616161;
    --vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);
    --vscode-pickerGroup-foreground: #0066bf;
    --vscode-pickerGroup-border: #cccedb;
    --vscode-editor-selectionBackground: #add6ff;
    --vscode-editor-inactiveSelectionBackground: #e5ebf1;
    --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.5);
    --vscode-editor-findMatchBackground: #a8ac94;
    --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
    --vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);
    --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
    --vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);
    --vscode-editorHoverWidget-background: #f3f3f3;
    --vscode-editorHoverWidget-foreground: #616161;
    --vscode-editorHoverWidget-border: #c8c8c8;
    --vscode-editorHoverWidget-statusBarBackground: #e7e7e7;
    --vscode-editorLink-activeForeground: #0000ff;
    --vscode-editorLightBulb-foreground: #ddb100;
    --vscode-editorLightBulbAutoFix-foreground: #007acc;
    --vscode-diffEditor-insertedTextBackground: rgba(155, 185, 85, 0.2);
    --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.2);
    --vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);
    --vscode-list-focusBackground: #d6ebff;
    --vscode-list-activeSelectionBackground: #0074e8;
    --vscode-list-activeSelectionForeground: #ffffff;
    --vscode-list-inactiveSelectionBackground: #e4e6f1;
    --vscode-list-hoverBackground: #e8e8e8;
    --vscode-list-dropBackground: #d6ebff;
    --vscode-list-highlightForeground: #0066bf;
    --vscode-list-invalidItemForeground: #b89500;
    --vscode-list-errorForeground: #b01011;
    --vscode-list-warningForeground: #855f00;
    --vscode-listFilterWidget-background: #efc1ad;
    --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
    --vscode-listFilterWidget-noMatchesOutline: #be1100;
    --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
    --vscode-tree-indentGuidesStroke: #a9a9a9;
    --vscode-list-deemphasizedForeground: #8e8e90;
    --vscode-menu-foreground: #616161;
    --vscode-menu-background: #ffffff;
    --vscode-menu-selectionForeground: #ffffff;
    --vscode-menu-selectionBackground: #0074e8;
    --vscode-menu-separatorBackground: #888888;
    --vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, 0.2);
    --vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, 0.5);
    --vscode-breadcrumb-foreground: rgba(97, 97, 97, 0.8);
    --vscode-breadcrumb-background: #ffffff;
    --vscode-breadcrumb-focusForeground: #4e4e4e;
    --vscode-breadcrumb-activeSelectionForeground: #4e4e4e;
    --vscode-breadcrumbPicker-background: #f3f3f3;
    --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
    --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
    --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
    --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
    --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
    --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
    --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
    --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
    --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
    --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
    --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
    --vscode-minimap-findMatchHighlight: #d18616;
    --vscode-minimap-selectionHighlight: #add6ff;
    --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
    --vscode-minimap-warningHighlight: #e9a700;
    --vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);
    --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
    --vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);
    --vscode-problemsErrorIcon-foreground: #e51400;
    --vscode-problemsWarningIcon-foreground: #e9a700;
    --vscode-problemsInfoIcon-foreground: #75beff;
    --vscode-editor-lineHighlightBorder: #eeeeee;
    --vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, 0.2);
    --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
    --vscode-editorCursor-foreground: #000000;
    --vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);
    --vscode-editorIndentGuide-background: #d3d3d3;
    --vscode-editorIndentGuide-activeBackground: #939393;
    --vscode-editorLineNumber-foreground: #237893;
    --vscode-editorActiveLineNumber-foreground: #0b216f;
    --vscode-editorLineNumber-activeForeground: #0b216f;
    --vscode-editorRuler-foreground: #d3d3d3;
    --vscode-editorCodeLens-foreground: #999999;
    --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
    --vscode-editorBracketMatch-border: #b9b9b9;
    --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
    --vscode-editorGutter-background: #ffffff;
    --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);
    --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
    --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
    --vscode-editorOverviewRuler-warningForeground: #e9a700;
    --vscode-editorOverviewRuler-infoForeground: #75beff;
    --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
    --vscode-symbolIcon-arrayForeground: #616161;
    --vscode-symbolIcon-booleanForeground: #616161;
    --vscode-symbolIcon-classForeground: #d67e00;
    --vscode-symbolIcon-colorForeground: #616161;
    --vscode-symbolIcon-constantForeground: #616161;
    --vscode-symbolIcon-constructorForeground: #652d90;
    --vscode-symbolIcon-enumeratorForeground: #d67e00;
    --vscode-symbolIcon-enumeratorMemberForeground: #007acc;
    --vscode-symbolIcon-eventForeground: #d67e00;
    --vscode-symbolIcon-fieldForeground: #007acc;
    --vscode-symbolIcon-fileForeground: #616161;
    --vscode-symbolIcon-folderForeground: #616161;
    --vscode-symbolIcon-functionForeground: #652d90;
    --vscode-symbolIcon-interfaceForeground: #007acc;
    --vscode-symbolIcon-keyForeground: #616161;
    --vscode-symbolIcon-keywordForeground: #616161;
    --vscode-symbolIcon-methodForeground: #652d90;
    --vscode-symbolIcon-moduleForeground: #616161;
    --vscode-symbolIcon-namespaceForeground: #616161;
    --vscode-symbolIcon-nullForeground: #616161;
    --vscode-symbolIcon-numberForeground: #616161;
    --vscode-symbolIcon-objectForeground: #616161;
    --vscode-symbolIcon-operatorForeground: #616161;
    --vscode-symbolIcon-packageForeground: #616161;
    --vscode-symbolIcon-propertyForeground: #616161;
    --vscode-symbolIcon-referenceForeground: #616161;
    --vscode-symbolIcon-snippetForeground: #616161;
    --vscode-symbolIcon-stringForeground: #616161;
    --vscode-symbolIcon-structForeground: #616161;
    --vscode-symbolIcon-textForeground: #616161;
    --vscode-symbolIcon-typeParameterForeground: #616161;
    --vscode-symbolIcon-unitForeground: #616161;
    --vscode-symbolIcon-variableForeground: #007acc;
    --vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);
    --vscode-editorGutter-foldingControlForeground: #424242;
    --vscode-editor-onTypeRenameBackground: rgba(255, 0, 0, 0.3);
    --vscode-editorSuggestWidget-background: #f3f3f3;
    --vscode-editorSuggestWidget-border: #c8c8c8;
    --vscode-editorSuggestWidget-foreground: #000000;
    --vscode-editorSuggestWidget-selectedBackground: #d6ebff;
    --vscode-editorSuggestWidget-highlightForeground: #0066bf;
    --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);
    --vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);
    --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
    --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
    --vscode-peekViewTitle-background: #ffffff;
    --vscode-peekViewTitleLabel-foreground: #333333;
    --vscode-peekViewTitleDescription-foreground: rgba(97, 97, 97, 0.9);
    --vscode-peekView-border: #007acc;
    --vscode-peekViewResult-background: #f3f3f3;
    --vscode-peekViewResult-lineForeground: #646465;
    --vscode-peekViewResult-fileForeground: #1e1e1e;
    --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
    --vscode-peekViewResult-selectionForeground: #6c6c6c;
    --vscode-peekViewEditor-background: #f2f8fc;
    --vscode-peekViewEditorGutter-background: #f2f8fc;
    --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
    --vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, 0.87);
    --vscode-editorMarkerNavigationError-background: #e51400;
    --vscode-editorMarkerNavigationWarning-background: #e9a700;
    --vscode-editorMarkerNavigationInfo-background: #75beff;
    --vscode-editorMarkerNavigation-background: #ffffff;
    --vscode-tab-activeBackground: #ffffff;
    --vscode-tab-unfocusedActiveBackground: #ffffff;
    --vscode-tab-inactiveBackground: #ececec;
    --vscode-tab-unfocusedInactiveBackground: #ececec;
    --vscode-tab-activeForeground: #333333;
    --vscode-tab-inactiveForeground: rgba(51, 51, 51, 0.7);
    --vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, 0.7);
    --vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, 0.35);
    --vscode-tab-activeModifiedBorder: #33aaee;
    --vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);
    --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);
    --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);
    --vscode-tab-border: #f3f3f3;
    --vscode-editorPane-background: #ffffff;
    --vscode-editorGroupHeader-tabsBackground: #f3f3f3;
    --vscode-editorGroupHeader-noTabsBackground: #ffffff;
    --vscode-editorGroup-border: #e7e7e7;
    --vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);
    --vscode-imagePreview-border: rgba(128, 128, 128, 0.35);
    --vscode-panel-background: #ffffff;
    --vscode-panel-border: rgba(128, 128, 128, 0.35);
    --vscode-panelTitle-activeForeground: #424242;
    --vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, 0.75);
    --vscode-panelTitle-activeBorder: #424242;
    --vscode-panelInput-border: #dddddd;
    --vscode-panel-dropBorder: #424242;
    --vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);
    --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
    --vscode-panelSection-border: rgba(128, 128, 128, 0.35);
    --vscode-statusBar-foreground: #ffffff;
    --vscode-statusBar-noFolderForeground: #ffffff;
    --vscode-statusBar-background: #007acc;
    --vscode-statusBar-noFolderBackground: #68217a;
    --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
    --vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
    --vscode-statusBarItem-prominentForeground: #ffffff;
    --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
    --vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
    --vscode-activityBar-background: #2c2c2c;
    --vscode-activityBar-foreground: #ffffff;
    --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
    --vscode-activityBar-activeBorder: #ffffff;
    --vscode-activityBar-dropBorder: #ffffff;
    --vscode-activityBarBadge-background: #007acc;
    --vscode-activityBarBadge-foreground: #ffffff;
    --vscode-statusBarItem-remoteBackground: #16825d;
    --vscode-statusBarItem-remoteForeground: #ffffff;
    --vscode-extensionBadge-remoteBackground: #007acc;
    --vscode-extensionBadge-remoteForeground: #ffffff;
    --vscode-sideBar-background: #f3f3f3;
    --vscode-sideBarTitle-foreground: #6f6f6f;
    --vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);
    --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
    --vscode-sideBarSectionHeader-border: rgba(97, 97, 97, 0.19);
    --vscode-titleBar-activeForeground: #333333;
    --vscode-titleBar-inactiveForeground: rgba(51, 51, 51, 0.6);
    --vscode-titleBar-activeBackground: #dddddd;
    --vscode-titleBar-inactiveBackground: rgba(221, 221, 221, 0.6);
    --vscode-menubar-selectionForeground: #333333;
    --vscode-menubar-selectionBackground: rgba(0, 0, 0, 0.1);
    --vscode-notifications-foreground: #616161;
    --vscode-notifications-background: #f3f3f3;
    --vscode-notificationLink-foreground: #006ab1;
    --vscode-notificationCenterHeader-background: #e7e7e7;
    --vscode-notifications-border: #e7e7e7;
    --vscode-notificationsErrorIcon-foreground: #e51400;
    --vscode-notificationsWarningIcon-foreground: #e9a700;
    --vscode-notificationsInfoIcon-foreground: #75beff;
    --vscode-editorGutter-commentRangeForeground: #c5c5c5;
    --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);
    --vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, 0.45);
    --vscode-terminal-foreground: #333333;
    --vscode-terminal-selectionBackground: rgba(0, 0, 0, 0.25);
    --vscode-terminal-border: rgba(128, 128, 128, 0.35);
    --vscode-statusBar-debuggingBackground: #cc6633;
    --vscode-statusBar-debuggingForeground: #ffffff;
    --vscode-settings-headerForeground: #444444;
    --vscode-settings-modifiedItemIndicator: #66afe0;
    --vscode-settings-dropdownBackground: #ffffff;
    --vscode-settings-dropdownBorder: #cecece;
    --vscode-settings-dropdownListBorder: #c8c8c8;
    --vscode-settings-checkboxBackground: #ffffff;
    --vscode-settings-checkboxBorder: #cecece;
    --vscode-settings-textInputBackground: #ffffff;
    --vscode-settings-textInputForeground: #616161;
    --vscode-settings-textInputBorder: #cecece;
    --vscode-settings-numberInputBackground: #ffffff;
    --vscode-settings-numberInputForeground: #616161;
    --vscode-settings-numberInputBorder: #cecece;
    --vscode-debugExceptionWidget-border: #a31515;
    --vscode-debugExceptionWidget-background: #f1dfde;
    --vscode-editorGutter-modifiedBackground: #66afe0;
    --vscode-editorGutter-addedBackground: #81b88b;
    --vscode-editorGutter-deletedBackground: #ca4b51;
    --vscode-minimapGutter-modifiedBackground: #66afe0;
    --vscode-minimapGutter-addedBackground: #81b88b;
    --vscode-minimapGutter-deletedBackground: #ca4b51;
    --vscode-editorOverviewRuler-modifiedForeground: rgba(102, 175, 224, 0.6);
    --vscode-editorOverviewRuler-addedForeground: rgba(129, 184, 139, 0.6);
    --vscode-editorOverviewRuler-deletedForeground: rgba(202, 75, 81, 0.6);
    --vscode-searchEditor-textInputBorder: #cecece;
    --vscode-debugIcon-breakpointForeground: #e51400;
    --vscode-debugIcon-breakpointDisabledForeground: #848484;
    --vscode-debugIcon-breakpointUnverifiedForeground: #848484;
    --vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
    --vscode-debugIcon-breakpointStackframeForeground: #89d185;
    --vscode-debugToolBar-background: #f3f3f3;
    --vscode-debugIcon-startForeground: #388a34;
    --vscode-debugIcon-pauseForeground: #007acc;
    --vscode-debugIcon-stopForeground: #a1260d;
    --vscode-debugIcon-disconnectForeground: #a1260d;
    --vscode-debugIcon-restartForeground: #388a34;
    --vscode-debugIcon-stepOverForeground: #007acc;
    --vscode-debugIcon-stepIntoForeground: #007acc;
    --vscode-debugIcon-stepOutForeground: #007acc;
    --vscode-debugIcon-continueForeground: #007acc;
    --vscode-debugIcon-stepBackForeground: #007acc;
    --vscode-debugTokenExpression-name: #9b46b0;
    --vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);
    --vscode-debugTokenExpression-string: #a31515;
    --vscode-debugTokenExpression-boolean: #0000ff;
    --vscode-debugTokenExpression-number: #098658;
    --vscode-debugTokenExpression-error: #e51400;
    --vscode-debugView-exceptionLabelForeground: #ffffff;
    --vscode-debugView-exceptionLabelBackground: #a31515;
    --vscode-debugView-stateLabelForeground: #616161;
    --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
    --vscode-debugView-valueChangedHighlight: #569cd6;
    --vscode-debugConsole-infoForeground: #75beff;
    --vscode-debugConsole-warningForeground: #e9a700;
    --vscode-debugConsole-errorForeground: #a1260d;
    --vscode-debugConsole-sourceForeground: #616161;
    --vscode-debugConsoleInputIcon-foreground: #616161;
    --vscode-extensionButton-prominentBackground: #327e36;
    --vscode-extensionButton-prominentForeground: #ffffff;
    --vscode-extensionButton-prominentHoverBackground: #28632b;
    --vscode-notebook-cellBorderColor: #dae3e9;
    --vscode-notebook-focusedEditorBorder: #0090f1;
    --vscode-notebookStatusSuccessIcon-foreground: #388a34;
    --vscode-notebookStatusErrorIcon-foreground: #a1260d;
    --vscode-notebookStatusRunningIcon-foreground: #616161;
    --vscode-notebook-outputContainerBackgroundColor: rgba(200, 221, 241, 0.31);
    --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
    --vscode-notebook-focusedCellBackground: rgba(200, 221, 241, 0.31);
    --vscode-notebook-cellHoverBackground: rgba(200, 221, 241, 0.22);
    --vscode-notebook-focusedCellBorder: rgba(0, 0, 0, 0.12);
    --vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);
    --vscode-notebook-cellInsertionIndicator: #0090f1;
    --vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, 0.4);
    --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
    --vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
    --vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, 0.2);
    --vscode-scm-providerBorder: #c8c8c8;
    --vscode-terminal-ansiBlack: #000000;
    --vscode-terminal-ansiRed: #cd3131;
    --vscode-terminal-ansiGreen: #00bc00;
    --vscode-terminal-ansiYellow: #949800;
    --vscode-terminal-ansiBlue: #0451a5;
    --vscode-terminal-ansiMagenta: #bc05bc;
    --vscode-terminal-ansiCyan: #0598bc;
    --vscode-terminal-ansiWhite: #555555;
    --vscode-terminal-ansiBrightBlack: #666666;
    --vscode-terminal-ansiBrightRed: #cd3131;
    --vscode-terminal-ansiBrightGreen: #14ce14;
    --vscode-terminal-ansiBrightYellow: #b5ba00;
    --vscode-terminal-ansiBrightBlue: #0451a5;
    --vscode-terminal-ansiBrightMagenta: #bc05bc;
    --vscode-terminal-ansiBrightCyan: #0598bc;
    --vscode-terminal-ansiBrightWhite: #a5a5a5;
    --vscode-gitDecoration-addedResourceForeground: #587c0c;
    --vscode-gitDecoration-modifiedResourceForeground: #895503;
    --vscode-gitDecoration-deletedResourceForeground: #ad0707;
    --vscode-gitDecoration-untrackedResourceForeground: #007100;
    --vscode-gitDecoration-ignoredResourceForeground: #8e8e90;
    --vscode-gitDecoration-conflictingResourceForeground: #6c6cc4;
    --vscode-gitDecoration-submoduleResourceForeground: #1258a7;
    --vscode-gitlens-gutterBackgroundColor: rgba(0, 0, 0, 0.05);
    --vscode-gitlens-gutterForegroundColor: #747474;
    --vscode-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, 0.6);
    --vscode-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);
    --vscode-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, 0.35);
    --vscode-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, 0.2);
    --vscode-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, 0.6);
    --vscode-issues-newIssueDecoration: rgba(0, 0, 0, 0.28);
}

body {
    background-color: var(--vscode-editor-background);
    color: var(--vscode-editor-foreground);
    font-family: var(--vscode-font-family);
    font-weight: var(--vscode-font-weight);
    font-size: var(--vscode-font-size);
    margin: 0;
    padding: 0 20px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    color: var(--vscode-textLink-foreground);
}

a:hover {
    color: var(--vscode-textLink-activeForeground);
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -1px;
}

code {
    color: var(--vscode-textPreformat-foreground);
}

blockquote {
    background: var(--vscode-textBlockQuote-background);
    border-color: var(--vscode-textBlockQuote-border);
}

kbd {
    color: var(--vscode-editor-foreground);
    border-radius: 3px;
    vertical-align: middle;
    padding: 1px 3px;

    background-color: hsla(0, 0%, 50%, .17);
    border: 1px solid rgba(71, 71, 71, .4);
    border-bottom-color: rgba(194, 110, 0, 0.711);
    box-shadow: inset 0 -1px 0 rgba(88, 88, 88, .4);
}

.vscode-light kbd {
    background-color: hsla(0, 0%, 87%, .5);
    border: 1px solid hsla(0, 0%, 80%, .7);
    border-bottom-color: hsla(0, 0%, 73%, .7);
    box-shadow: inset 0 -1px 0 hsla(0, 0%, 73%, .7);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-corner {
    background-color: var(--vscode-editor-background);
}

::-webkit-scrollbar-thumb {
    background-color: var(--vscode-scrollbarSlider-background);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--vscode-scrollbarSlider-hoverBackground);
}

::-webkit-scrollbar-thumb:active {
    background-color: var(--vscode-scrollbarSlider-activeBackground);
}

.emoji {
    height: 20px;
}

pre {
    white-space: pre-wrap;
}

.page-break {
    display: block;
    page-break-after: always;
}

.no-page-break {
    page-break-inside: avoid;
}

.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only],
.vscode-high-contrast:not(.vscode-high-contrast-light) img[src$=\#gh-light-mode-only],
.vscode-high-contrast-light img[src$=\#gh-dark-mode-only] {
    display: none;
}

html,
body {
    font-family: var(--markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif);
    font-size: var(--markdown-font-size, 14px);
    padding: 0 26px;
    line-height: var(--markdown-line-height, 22px);
    word-wrap: break-word;
}

body {
    padding-top: 1em;
}

/* Reset margin top for elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
pre {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.25;
    border-bottom-color: rgb(182, 0, 115);
}

#code-csp-warning {
    position: fixed;
    top: 0;
    right: 0;
    color: white;
    margin: 16px;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #444444;
    cursor: pointer;
    padding: 6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

#code-csp-warning:hover {
    text-decoration: none;
    background-color: #007acc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
}

body.scrollBeyondLastLine {
    margin-bottom: calc(100vh - 22px);
}

body.showEditorSelection .code-line {
    position: relative;
}

body.showEditorSelection :not(tr, ul, ol).code-active-line:before,
body.showEditorSelection :not(tr, ul, ol).code-line:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    height: 100%;
}

.vscode-high-contrast.showEditorSelection :not(tr, ul, ol).code-line .code-line:hover:before {
    border-left: none;
}

body.showEditorSelection li.code-active-line:before,
body.showEditorSelection li.code-line:hover:before {
    left: -30px;
}

.vscode-light.showEditorSelection .code-active-line:before {
    border-left: 3px solid rgba(0, 0, 0, 0.15);
}

.vscode-light.showEditorSelection .code-line:hover:before {
    border-left: 3px solid rgba(0, 0, 0, 0.40);
}

.vscode-dark.showEditorSelection .code-active-line:before {
    border-left: 3px solid rgba(255, 255, 255, 0.4);
}

.vscode-dark.showEditorSelection .code-line:hover:before {
    border-left: 3px solid rgba(255, 255, 255, 0.60);
}

.vscode-high-contrast.showEditorSelection .code-active-line:before {
    border-left: 3px solid rgb(182, 0, 115);
}

.vscode-high-contrast.showEditorSelection .code-line:hover:before {
    border-left: 3px solid rgb(182, 0, 115);
}

/* Prevent `sub` and `sup` elements from affecting line height */
sub,
sup {
    line-height: 0;
}

ul ul:first-child,
ul ol:first-child,
ol ul:first-child,
ol ol:first-child {
    margin-bottom: 0;
}

img,
video {
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -1px;
}

p {
    margin-bottom: 16px;
}

li p {
    margin-bottom: 0.7em;
}

ul,
ol {
    margin-bottom: 0.7em;
}

hr {
    border: 0;
    height: 1px;
    border-bottom: 2px solid rgb(182, 0, 115);
    margin-top: 20px;
}

h1 {
    font-size: 2em;
    margin-top: 0;
    padding-bottom: 0.3em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

h2 {
    font-size: 1.75em;
    padding-bottom: 0.3em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.875em;
}

h6 {
    font-size: 0.85em;
}

table {
    border-collapse: collapse;
    margin-bottom: 0.7em;
    font-size: 0.8rem;
}

th {
    text-align: left;
    border-bottom: 1px solid;
}

th,
td {
    padding: 5px 10px;
}

table>tbody>tr+tr>td {
    border-top: 1px solid;
}

blockquote {
    margin: 0;
    padding: 0px 16px 0 10px;
    border-left-width: 5px;
    border-left-style: solid;
    border-radius: 2px;
}

code {
    font-family: var(--vscode-editor-font-family, "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace);
    font-size: 1em;
    line-height: 1.357em;
}

body.wordWrap pre {
    white-space: pre-wrap;
}

pre:not(.hljs),
pre.hljs code>div {
    padding: 16px;
    border-radius: 3px;
    overflow: auto;
}

pre code {
    display: inline-block;
    color: var(--vscode-editor-foreground);
    tab-size: 4;
    background: none;
}

/** Theming */

pre {
    background-color: var(--vscode-textCodeBlock-background);
    border: 1px solid var(--vscode-widget-border);
}

.vscode-high-contrast h1 {
    border-color: rgb(182, 0, 115);
}

.vscode-light th {
    border-color: rgba(0, 0, 0, 0.69);
}

.vscode-dark th {
    border-color: rgba(255, 255, 255, 0.69);
}

.vscode-light h1,
.vscode-light h2,
.vscode-light hr,
.vscode-light td {
    border-color: rgb(182, 0, 115);
}

.vscode-dark h1,
.vscode-dark h2,
.vscode-dark hr,
.vscode-dark td {
    border-color: rgb(182, 0, 115);
}


.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
    color: #569CD6;
}

.hljs-link {
    color: #569CD6;
    text-decoration: underline;
}

.hljs-built_in,
.hljs-type {
    color: #4EC9B0;
}

.hljs-number,
.hljs-class {
    color: #B8D7A3;
}

.hljs-string,
.hljs-meta-string {
    color: #D69D85;
}

.hljs-regexp,
.hljs-template-tag {
    color: #9A5334;
}

.hljs-subst,
.hljs-function,
.hljs-title,
.hljs-params,
.hljs-formula {
    color: #DCDCDC;
}

.hljs-comment,
.hljs-quote {
    color: #57A64A;
    font-style: italic;
}

.hljs-doctag {
    color: #608B4E;
}

.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
    color: #9B9B9B;
}

.hljs-variable,
.hljs-template-variable {
    color: #BD63C5;
}

.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
    color: #9CDCFE;
}

.hljs-section {
    color: gold;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

/*.hljs-code {
	font-family:'Monospace';
}*/

.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #D7BA7D;
}

.hljs-addition {
    background-color: var(--vscode-diffEditor-insertedTextBackground, rgba(155, 185, 85, 0.2));
    color: rgb(155, 185, 85);
    display: inline-block;
    width: 100%;
}

.hljs-deletion {
    background: var(--vscode-diffEditor-removedTextBackground, rgba(255, 0, 0, 0.2));
    color: rgb(255, 0, 0);
    display: inline-block;
    width: 100%;
}

.vscode-light .hljs-function,
.vscode-light .hljs-params,
.vscode-light .hljs-number,
.vscode-light .hljs-class {
    color: inherit;
}

.vscode-light .hljs-comment,
.vscode-light .hljs-quote,
.vscode-light .hljs-number,
.vscode-light .hljs-class,
.vscode-light .hljs-variable {
    color: #008000;
}

.vscode-light .hljs-keyword,
.vscode-light .hljs-selector-tag,
.vscode-light .hljs-name,
.vscode-light .hljs-tag {
    color: #00f;
}

.vscode-light .hljs-built_in,
.vscode-light .hljs-builtin-name {
    color: #007acc;
}

.vscode-light .hljs-string,
.vscode-light .hljs-section,
.vscode-light .hljs-attribute,
.vscode-light .hljs-literal,
.vscode-light .hljs-template-tag,
.vscode-light .hljs-template-variable,
.vscode-light .hljs-type {
    color: #a31515;
}

.vscode-light .hljs-subst,
.vscode-light .hljs-selector-attr,
.vscode-light .hljs-selector-pseudo,
.vscode-light .hljs-meta,
.vscode-light .hljs-meta-keyword {
    color: #2b91af;
}

.vscode-light .hljs-title,
.vscode-light .hljs-doctag {
    color: #808080;
}

.vscode-light .hljs-attr {
    color: #f00;
}

.vscode-light .hljs-symbol,
.vscode-light .hljs-bullet,
.vscode-light .hljs-link {
    color: #00b0e8;
}


.vscode-light .hljs-emphasis {
    font-style: italic;
}

.vscode-light .hljs-strong {
    font-weight: bold;
}
