body {
  margin-top: 0;
  background: #fff;
  color: #000;
  font-family: 'Times New Roman', serif;
  line-height: 1.5;
}

header, .back-to-top, .ascii-art-wrapper, footer, .project-carousel, button {
  display: none;
}

.indented-text {
  margin-top:2px;
  margin-bottom:2px;
  background: none;
  box-shadow: none;
  border: none;
  padding: 1px;
  width: 100%;
}

.indented-text h2{
  margin: 5px;
  padding: 1px;
}

h1, h2, h3, h4 {
  color: #000;
  page-break-after: avoid;
}
.container img {
  margin-top: 10%;
  margin-left: 60% !important;
  min-width: 100px !important;
  width: 150px !important;
  height: auto;
  page-break-inside: avoid;
}

p, li {
  font-size: 12pt;
}
