* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 2rem 1.2rem;
  background: #0a0d0a;
  color: #d7e8d7;
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  line-height: 1.45;
}

h1,
p,
pre,
ul,
li,
a {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
}

.terminal-shell {
  max-width: 820px;
}

h1 {
  margin-bottom: 0.8rem;
}

.ascii-name {
  margin: 0 0 0.8rem;
  white-space: pre;
}

.block {
  padding-top: 0.7rem;
}

pre {
  white-space: pre-wrap;
}

.file-list,
.programming-list {
  list-style: none;
  padding: 0;
}

.file-list li {
  margin: 0.2rem 0;
}

.programming-list li {
  margin: 0.4rem 0;
}

a {
  color: #d7e8d7;
  text-decoration: none;
  border-bottom: 1px dashed #4f654f;
}

a:hover,
a:focus-visible {
  color: #d7e8d7;
  border-bottom-color: #d7e8d7;
  outline: none;
}
