body {
    margin: 0 auto;
    max-width: 80ch;
    background-color: #a11522;
    color: #dfff97;
    font-family: 'Courier New', Courier, monospace;
    scrollbar-color: black;
    scrollbar-width: thin;
}

a {
  color: #dfff97;
}

hr {
  border-top:5px dashed #dfff97;
  border-bottom:5px dashed #dfff97;
}

ul {
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: a11522;
}

body::-webkit-scrollbar-thumb {
  background-color: dfff97;
}

div::-webkit-scrollbar {
  width: 6px;
}

div::-webkit-scrollbar-track {
  background: a11522;
}

div::-webkit-scrollbar-thumb {
  background-color: dfff97;
}

.logo {
  max-width: 100%;
  height: auto;
}

.definition {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px #dfff97;
}

.icon {
  width: 64;
  height: 64; 
  filter: invert(96%) sepia(2%) saturate(5822%) hue-rotate(24deg) brightness(92%) contrast(130%);
}
