body {
  background-color: #2e2e2e;
  /*background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120%);*/
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  padding: 2rem;
  color: white;
  font: 1.3rem Inconsolata, monospace;
  text-shadow: 0 0 5px #c8c8c8;
}
::selection {
  background: #0080ff;
  text-shadow: none;
}
pre {
  margin: 0;
}

input {
  background: transparent;
  border: none;
  color: #ffffff;
  font: 1.3rem Inconsolata, monospace;
  text-shadow: 0 0 5px #c8c8c8;
}

input:focus {
  outline: none;
  caret-color: #c8c8c8;
}

ul {
  list-style: none;
}

ul, li { /* reset the margin and padding */
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 1rem; /* adjust this value as needed */
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
