@font-face { 
  font-family: 'Cascadia Code';
  src: url('font.woff2') format('woff2'), url('font.ttf') format('truetype');
 }

 #particles-js {
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

canvas{
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
  font-family: Cascadia Code;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(145,145,145,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(145,145,145,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(145,145,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#919191',GradientType=1 );
	background: linear-gradient(-45deg, #222222, #000000);
	background-size: 400% 400%;
	-webkit-animation: Gradient 20s ease infinite;
	-moz-animation: Gradient 20s ease infinite;
	animation: Gradient 20s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

a {
  text-decoration: none;
}

span {
  line-height: 9px;
  vertical-align: 50%;
}

.window {
  background: #323436;;
  width: 35vw;
  min-width: 500px;
  height: auto;
  margin: auto;
  margin-top: 13vh;
  border: 1px solid #282828;
  border-radius: 6px;
  box-shadow: 0px 0px 20px #252525;
}

.titlebar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #444649, color-stop(1.0, #38393C)));
  background: -webkit-linear-gradient(top, #444649, #38393C);
  background: -moz-linear-gradient(top, #444649, #38393C);
  background: -ms-linear-gradient(top, #444649, #38393C);
  background: -o-linear-gradient(top, #444649, #38393C);
  background: linear-gradient(top, #444649, #38393C);
  color: #ffffff;
  font-size: 11pt;
  line-height: 20px;
  text-align: center;
  width: 100%;
  height: 20px;
  border-top: 1px solid #606264;
  border-bottom: 1px solid #2D2D2C;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  cursor: default;
}

.buttons {
  padding-left: 8px;
  padding-top: 3px;
  float: left;
  line-height: 0px;
}

.buttons:hover a {
  visibility: visible;
}

.buttons_mode {
  padding-right: 8px;
  padding-top: 3px;
  float: right;
  line-height: 0px;
}

.buttons_mode:hover a {
  visibility: visible;
}

.close {
  background: #ff5c5c;
  font-size: 9pt;
  width: 11px;
  height: 11px;
  border: 1px solid #e33e41;
  border-radius: 50%;
  display: inline-block;
}

.close:active {
  background: #c14645;
  border: 1px solid #b03537;
}

.close:active .closebutton {
  color: #4e0002;
}

.closebutton {
  color: #820005;
  visibility: hidden;
  cursor: default;
}


.dark {
  background: black;
  font-size: 9pt;
  width: 11px;
  height: 11px;
  border: 1px solid grey;
  border-radius: 50%;
  display: inline-block;
}

.dark:active {
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
}

.dark:active .closebutton {
  color: #4e0002;
}

.darkbutton {
  color: #820005;
  visibility: hidden;
  cursor: default;
}

.bright {
  background: white;
  font-size: 9pt;
  width: 11px;
  height: 11px;
  border: 1px solid grey;
  border-radius: 50%;
  display: inline-block;
}

.bright:active {
  background: white;
  border: 1px solid white;
}

.bright:active .closebutton {
  color: #4e0002;
}

.brightbutton {
  color: #820005;
  visibility: hidden;
  cursor: default;
}



.minimize {
  background: #ffbd4c;
  font-size: 9pt;
  line-height: 11px;
  margin-left: 4px;
  width: 11px;
  height: 11px;
  border: 1px solid #e09e3e;
  border-radius: 50%;
  display: inline-block;
}

.minimize:active {
  background: #c08e38;
  border: 1px solid #af7c33;
}

.minimize:active .minimizebutton {
  color: #5a2607;
}

.minimizebutton {
  color: #9a5518;
  visibility: hidden;
  cursor: default;
}

.zoom {
  background: #00ca56;
  font-size: 9pt;
  line-height: 11px;
  margin-left: 6px;
  width: 11px;
  height: 11px;
  border: 1px solid #14ae46;
  border-radius: 50%;
  display: inline-block;
}

.zoom:active {
  background: #029740;
  border: 1px solid #128435;
}

.zoom:active .zoombutton {
  color: #003107;
}

.zoombutton {
  color: #006519;
  visibility: hidden;
  cursor: default;
}

.content {
  color: white;
  padding: 10px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  border-radius: 6px;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: white;
}

u {
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: underline;
}

.terminal1 {
  color: green;
  display:inline;
  cursor: text !important;
  text-decoration: none !important; 
}

.terminal2 {
  color: purple;
  display:inline;
}

.code{
  white-space:pre;
}