* {
  margin: 0;
  padding: 0;
}

body,
html {
  padding: 3px;
  background-color: #000000;
  font-family: "Hack", monospace;
  font-size: 10pt;
  text-align: center;
}
 
.main_page {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 800px;
  margin: 0 auto 3px auto;
  border: 3px double #ff98ab;
  background-color: #000000;
  text-align: center;
}

div.page_header {
  height: 180px;
  width: 100%;
  background-color: #000000;
}

div.page_header span {
  margin: 15px 0px 0px 50px;
  font-size: 180%;
  font-weight: bold;
}

div.page_header img {
  margin: 3px 0px 0px 40px;
  border: 0;
}

div.banner {
  color: #ffe4e4;
  font-size: 150%;
  font-style: italic;
  text-align: center;
  word-spacing: 25px;
  position: absolute;
  left: 32%;
  bottom: 50px;
  width: 503px;
  aspect-ratio: 7 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


div.content_section {
  background-color: #000000;
  text-align: left;
  color: #ffe4e4;
  width: 800px;
}


div.content_section_blog {
  margin: 8px 0;
  padding: 8px;
  border: 1px dotted #ff98ab;
  background-color: #000000;
  font-style: italic;
}

div.content_section_text {
  padding: 4px 8px;
  color: #ffe4e4;
  font-size: 100%;
}

div.content_section_text pre {
  margin: 8px 0;
  padding: 8px;
  border: 1px dotted #ff98ab;
  background-color: #000000;
  font-style: italic;
}

div.content_section_text p {
  margin-bottom: 6px;
}

div.content_section_text ul,
div.content_section_text li {
  padding: 4px 8px 4px 16px;
}

div.section_header {
  padding: 3px 6px;
  background-color: #ff98ab;
  letter-spacing: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 112%;
  text-align: center;
}

div.section_header_grey {
  background-color: #9F9386;
}

.floating_element {
  position: relative;
  float: left;
}

a,
a {
  text-decoration: none;
  font-weight: bold;
}

a:link,
a:visited,
a:active {
  color: #ffe4e4;
}

a:hover{
  text-decoration: underline;
}
a:link,
a:visited,
a:active {
  color: #ffe4e4;
}

 
.footer-social-bar {
  display: flex;
  width: 100%;
}

.footer-btn {
  flex: 1;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}


.footer-btn.github {
  background: rgb(255, 137, 159);
}

.footer-btn.github:hover {
  background: #ff98ab;
}

.footer-btn.crackme {
  background: rgb(255, 129, 152);
}

.footer-btn.crackme:hover {
  background: #ff98ab;
}

.footer-btn.reddit {
  background: rgb(255, 116, 142);
}

.footer-btn.reddit:hover {
  background: #ff98ab;
}

.status-bar {

  margin-left: auto;
  margin-right: auto;
  width: 800px;
  background: #ff98ab;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 1px 0;
  z-index: 9999;
  transition: background 0.5s ease, opacity 0.5s ease;
}

.project-item,
.report-item {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255, 152, 171, 0.15);
  border: 1px solid #ff98ab;
  border-radius: 6px;
}

.project-item a,
.report-item a {
  color: #ff98ab;
  text-decoration: none;
  font-weight: bold;
}

.project-item a:hover,
.report-item a:hover {
  text-decoration: underline;
}

 

.content_section_text p,
.content_section_text ul,
.content_section_text pre {
    margin-bottom: 12px;
    line-height: 1.35;
}
 
.content_section_text h4 {
    margin-top: 22px;
    margin-bottom: 6px;
    font-weight: 600;
}

 
pre {
    padding: 6px 8px;
    background: rgba(255, 152, 171, 0.06);
    border-left: 2px solid #ff98ab;
    font-size: 13px;
    overflow-x: auto;
}
