﻿.bolder {
  color: #80c1c9;
}

#project-page {
  margin: 20px;
  padding: 0 20px;
  width: 100%;
  max-width: 900px;
}

#project-page h1 {
  text-align: center;
}

#project-page h1,
#project-page h2,
#project-page h3,
#project-page h4,
#project-page h5,
#project-page h6 {
  color: #80c1c9;
  margin-top: 20px;
  margin-bottom: 10px;
}

#project-page p {
  text-align: justify;
  margin: 5px 0;
}

#project-page blockquote {
  margin: 10px;
  font-weight: 550;
  font-size: 1.1rem;
}

#project-page li {
  margin: 10px 0;
}

#project-page .media-div {
  margin: 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

#project-page .media-div * {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

#project-page .media-div .bordered {
  border: 1.5px solid transparent;
  border-image: linear-gradient(35deg, #0cacbe, transparent);
  border-image-slice: 1;
}

#project-page .a-block a {
  margin: 10px 0;
  font-weight: 450;
  text-decoration: underline;
}

#project-page code {
  display: block;
  background-color: rgba(220, 255, 255, 0.7);
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
  padding-top: 8px;
}

#project-page code * {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  color: #2b4c4f;
}
