:root {
	--base00: #1A1B26;
  --base01: #16161E;
  --base02: #2F3549;
  --base03: #444B6A;
  --base04: #787C99;
  --base05: #A9B1D6;
  --base06: #CBCCD1;
  --base07: #D5D6DB;
  --base08: #C0CAF5;
  --base09: #A9B1D6;
  --base0A: #0DB9D7;
  --base0B: #9ECE6A;
  --base0C: #B4F9F8;
  --base0D: #2AC3DE;
  --base0E: #BB9AF7;
  --base0F: #F7768E;
}

html,
head
body {
	background-color: var(--base00);
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	color: var(--base05);
	font-family: "Courier New", Courier;
}

.technical-prompt {
	z-index: 99;
	background-color: var(--base00);
}

.content {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-left: 1vw;
}

html::-webkit-scrollbar
head::-webkit-scrollbar
body::-webkit-scrollbar{
	display: none;
}

a {
	text-decoration: none;
}

td {
	width: 1vw;
	height: 1vh;
	border-color: var(--base04);
}

table {
	border-radius: 5%;
	border: solid 1px var(--base04);
	margin-left: 2vw;
	margin-top: -1vh;
	padding: 1vw 1vh;
}

.snakeTable {
	margin-top: 1vh;
}

.half-left {
	width: 31vw;
	margin-left: 2vw;
}

.half-right {
	width: 64vw;
	margin-left: 5vw;
}

.tag {
	color: var(--base0F)
}

.keyword {
	color: var(--base0E);
}

.method {
	color: var(--base0D)
}

.variable {
	color: var(--base08);
}

.comment {
	color: var(--base03);
}

.class {
	color: var(--base0A);
}

.string {
	color: var(--base0B);
}

.integer {

	color: var(--base09);
}

.profile-picture {
	height: 30vh;
	width: 15vw;
}

.preview {
	height: 40vh;
	width: 50vw;
}

.line-numbers {
	display: flex;
	flex-direction: column;
	color: var(--base04);
	background-color: var(--base00);
	width: 3vw;
	margin-left: -2vw;
	padding-left: 2vw;
	background-position-x: -2vw;
}

.background {
	z-index: -1;
	width: 100vw;
	height: 100vh;
	position: fixed;
	opacity: 0.15;
	background-image: url("https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwallpaperaccess.com%2Ffull%2F9142345.gif&f=1&nofb=1&ipt=6843580b03da93d79ebbbd6a7d2fac15889b2e22209a0b96749e2c16738b7d60");
	background-size: 100vw 100vh;
}
