body {
  background-color: #1c1c1c;
}

p {
  color: rgba(255, 255, 255, 0.75);
}

a {
  color: rgba(255, 255, 0, 0.75);
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 28px 28px -10px rgba(0, 0, 0, 0.8);
}

pre {
  background: black !important;
  white-space: pre-wrap !important;
  box-shadow: 0 28px 28px -10px rgba(0, 0, 0, 0.8);
}

.project-tagline {
  font-style: italic;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.site-footer {
  background-color: #0d1117;
  background-image: linear-gradient(120deg, #0d1117 0%, #2e537d 100%);
  background-repeat: no-repeat;
  background-size: contain;
  color: rgb(255, 255, 255);
  border: 0px;
  margin: 0px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  box-shadow: 0 28px 28px -10px rgba(0, 0, 0, 0.8);
}

.main-content {
  margin-top: 45px;
  padding-top: 0px;
  min-width: 325px;
  background-color: #1c1c1c;
}

.page-header {
  z-index: 20;
  background-color: #0d1117;
  background-image: url("/PgnArtist/assets/images/BoardBackground.png"),
    url("/PgnArtist/assets/images/GlowBackground.png"),
    linear-gradient(120deg, #0d1117 0%, #2e537d 100%);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 325px;
  max-height: 500px;
  color: rgb(255, 255, 255);
  border: 0px;
  margin: 0px;
  padding-top: 20px;
  box-shadow: 0 28px 28px -10px rgba(0, 0, 0, 0.8);
}

.main-content h1 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.main-content h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.main-content h3 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.main-content h4 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.project-name {
  color: rgba(255, 255, 255, 9);
  text-align: center;
  vertical-align: top;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px,
    #ff2d95 0px 0px 20px, #ff2d95 0px 0px 30px, #ff2d95 0px 0px 40px,
    #ff2d95 0px 0px 50px, #ff2d95 0px 0px 75px;
}

.btn {
  background-color: rgba(133, 145, 159, 0.4);
  transition-duration: 0.5s;
  color: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background-color: rgba(133, 145, 159, 0.9);
  color: white;
}

.highlight {
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.8);
}

