@import url('https://fonts.googleapis.com/css2?family=Cascadia+Code&display=swap');

body {
  background-color: #121212;
  font-family: 'Cascadia Code', monospace;
  white-space: pre;
  margin: 0;
  padding: 1rem;
  color: #ffffff;
}

.fastfetch-container {
  display: flex;
  align-items: flex-start;
  gap: 2ch;
}

.logo {
  line-height: 1.2em;
}

.text {
  line-height: 1.2em;
}

.line {
  white-space: pre;
}

.line span.label {
  font-weight: bold;
}

.line span.value {
  font-weight: normal;
}

.line a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  transition: color 0.2s, text-decoration 0.2s;
}

.line a:hover {
  color: #ff77aa;
  text-decoration: underline;
}

.line:hover {
  opacity: 0.85;
}
