@media (max-width: 767.98px) {
  body, p {
    font-size: 1.1rem !important;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.2rem !important;
  }
}

body {
  background-color: #3f3f3f;
  /*background-color: #333333;*/
  font-size: 1.3rem;
  font-family: system-ui, -apple-system, sans-serif;
  color: #eeeeee;
  overflow-wrap: break-word;
  hyphens: auto;
}

a:link, a:visited, a:active {
  color: #f1c40f;
  text-decoration: none;
}

a:hover {
  color: #6900D1/
  text-decoration: underline #000000 dashed;
  text-underline-offset: 2px;
}

.container {
  margin-top: 5px;
  margin-bottom: 20px;
}

.text-box {
  max-width: 85%;
  width: auto;
  margin: 20px auto 0;
}

h1 {
  font-weight: bold;
  font-size: 2.2rem;
  opacity: 0.9;
}

h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

h4 {
  margin-top: 15px;
}

p {
  margin-top: 15px;
}

.cve-table {
  border-collapse: collapse;
  width: auto;
}

.cve-table td {
  vertical-align: top;
  border: none;
}

.cve-code {
  white-space: nowrap;
  min-width: 105px;
}

.cve {
  color: #d63384;
}

.metasploit {
  color: #d63384;
}

.footer {
  text-align: center;
  font-size: 0.8rem;
}

hr.code {
  border: 0;
  border-bottom: 1px dotted;
}
