:root {
	--bg: hsl(220, 10%, 8%);
	--bg-2: hsl(220, 10%, 17%);
	--bg-3: hsl(220, 10%, 11%);
	--bg-4: hsl(220, 10%, 16%);
	--txt: hsl(220, 30%, 80%);
	--txt-1: hsl(220, 45%, 90%);
	--txt-2: hsl(220, 14%, 55%);
	--txt-3: hsl(220, 11%, 35%);
    --border: hsl(0, 0%, 100%);
    /* Accent colors */
    --accent: #f9e2af;
    --success: #a6e3a1;
    --error: #f38ba8;
}

html,
body {
    background-color: var(--bg);
	color: var(--txt-1);
	font-family: "Source Code Pro", monospace;
	height: auto !important;
    margin: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	width: 100%;
}

main {
    margin: 0 auto;
    max-width: 1225px;
    padding: 10px;
    width: 100%;
}

.content-section {
    margin: 1rem 0;
}

h1, h2, h3, h4 {
    color: var(--txt-1);
    line-height: 1.3;
    font-family: "Source Code Pro", monospace;
    font-variant-ligatures: no-common-ligatures;
    font-weight: 500;
    margin-block-end: 5.1px;
    margin-block-start: 5.1px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    padding-inline-start: 30px;
    unicode-bidi: isolate;
}

main .linkout, main .nodecoration {
    color: var(--txt-1) !important;
    text-decoration: none;
}

.nodecoration:hover {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.header-section {
    margin-top: 20px;
}

.legal-header {
    max-width: 1225px;
    margin: 0 auto;
    min-height: 50px;
    min-width: 300px;
    text-align: center;
}

.legal-header h1 {
    font-size: 3rem;
    font-weight: bold;
}

.legal-subheader {
    width: auto;
}

.legal-text-section {
    font-size: 1.56em;
    line-height: 37.5px;
    margin: 0 auto;
    max-width: 1225px;
    min-height: 40px;
    min-width: 300px;
    text-align: left;
}

.legal-text-enumerations {
    text-align: left;
}

.legal-text-enumeration-line {
    display: flex;
}

.legal-text-enumeration-left {
    margin-left: 5px;
    margin-right: 10px;
}

.legal-text-enumeration-right {
    text-align: left;
}

.legal-contents {
    width: 100%;
}

.legal-content {
    display: flex;
    gap: 5px;
}

.legal-content-l a, .legal-content-r a {
    cursor: pointer;
}

.legal-content-l {
    font-weight: 400;
}

.legal-content-r {
    margin-left: 5px;
    width: 100%;
}

.legal-h1 {
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 2rem;
}

.legal-h2 {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 1rem;
}

.legal-ul {
    margin-block-end: 0em;
    margin-block-start: 0em;
}

.btt-btn {
    background-color: #24262B;
    bottom: 25px;
    border: 1px solid #32333C;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    transform: translateX(-50%);
    width: 277.79px;
    z-index: 1000;
}

.btt-button {
    align-items: center;
    display: flex;
}

.btt-svg {
    height: 50px;
    width: 50px;
}

.btt-text {
    font-size: 29px;
    height: 40px;
    margin: 5px 0px 0px 0px;
    text-align: center;
    width: 100%;
}

@media (max-width: 500px) {
    .legal-h1 {
        font-size: 30px;
    }

    .legal-h2 {
        font-size: 25px;
    }

    .legal-text-section {
        font-size: 1.25em;
        line-height: 30px;
    }
}