.title { display: flex; flex-direction: row; align-items: center; justify-content: space-between; border-bottom: solid 1px var(--bright-third); margin-bottom: 10px; } .title h1{ font-family: JetBrainsMono; margin-bottom: 5px; color: var(--bright-main); } .title h3{ padding: 10px; border-radius: 5px; margin-bottom: 5px; font-size: 18px; font-weight: 1200; text-transform: uppercase; } .sev-Critical { background: #550000; color: red; } .sev-High { background: #661100; color: #ff5500; } .sev-Medium { background: #552200; color: orange; } .sev-Low { background: #555500; color: yellow; } .header { display: flex; flex-direction: column; gap: 10px; font-size: 18px; } .header table { border-collapse: collapse; margin: 10px 0 10px 0; width: 100%; border: solid 1px var(--bright-third); } .header table td { background: var(--dark-second); padding: 10px; text-align: left; border: solid 1px var(--bright-third); } .header table td:first-child { color: var(--bright-main); font-weight: 900; width: 20%; } .header table td:last-child { font-style: italic; } .header table td strong { color: var(--bright-main); } .header table td a { color: var(--bright-second); } .header table td a:hover { color: var(--bright-main); }