body {
  padding-top: 5rem;
}

.st_template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.me_nav-color {
  color: white !important;
}

.highlighter-rouge {
  font-size: 87.5%;
  font-weight: bold;
  color: #e83e8c;
  /*word-break: break-word;*/
}

.highlighter-blue{
  font-size: 87.5%;
  color: #885af1;
  /*word-break: break-word;*/
}

.highlighter-black{
  font-size: 87.5%;
  color: #000000;
  /*word-break: break-word;*/
}

.highlighter-black-bold{
  font-size: 87.5%;
  color: #000000;
  font-weight: bold;
  word-break: break-word;
}

.highlighter-phishing{
  font-size: 87.5%;
  color: #e1820c;
  font-weight: bold;
  /*word-break: break-word;*/
}

.highlighter-malware{
  font-size: 87.5%;
  color: #f60808;
  font-weight: bold;
  /*word-break: break-word;*/

}

.highlighter-hacked{
  font-size: 87.5%;
  color: #e84a2d;
  font-weight: bold;
  /*word-break: break-word;*/

}


.high-blue-bold{
  font-size: 87.5%;
  font-weight: bold;
  color: #5717eb;
}
.high-black-bold{
  font-size: 87.5%;
  font-weight: bold;
  color: #000000;
}
.centerme{
  text-align: center;
}
.peach-gradient{
  background: linear-gradient(40deg,#6fe7ff,#427e94) !important;
}

.nav-bg-info {
  background-color: #2908eb;
  padding: 1rem;
  color: white;
  border: 1px solid #1a06a8; /* slightly darker */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.bg-phishing {
  background-color: #ffc107 !important;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: red;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.bg-malware {
  background-color: red !important;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.bg-hacked {
  background-color: black !important;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.bg-bet {
  background-color: #85d7bc !important;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #240101;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.bg-scam {
  background-color: #1783dd !important;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

