body {
  background-color: #0d1117;
  background-image: url("/img/grille.png");
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  color: #c9d1d9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 2rem;
  text-align: center;
}

img.logo {
  width: 100%;
  max-width: 535px;
  height: auto;
  margin-bottom: 15px;  
  vertical-align: bottom;
  filter: drop-shadow(6px 7px 3px black);
}

.tagline {
  font-size: 1rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  opacity: 1;
  margin-top: 0.5rem; 
  margin-bottom: 2rem;
  line-height: 1.4;
}
.project-title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.projects {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.project {
  margin-bottom: 2rem;
}
.project a {
  color: #58a6ff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
.project a:hover {
  text-decoration: underline;
}
.project-code {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 0.2rem;
}
.project-with-image .project-title-text {
  display: inline-block;
}
.project-with-image .project-title-text a {
  white-space: nowrap;
  display: inline-block;
}
.project-with-image .description {
  min-width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: fit-content;
  text-align: left;
  max-width: 100%;
}
.project-with-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.project-with-image .thumb {
  margin-left: 1rem;
}
.project-with-image .thumb img {
  width: 200px;
  height: auto;
  transition: transform 0.2s ease;
}
.project-with-image .thumb img:hover {
  transform: scale(1.03);
}
.project-with-image .text {
  width: calc(100% - 210px);
}
.project-with-image img {
  width: 190px;
  height: auto;
  margin-left: 1rem;
  transition: transform 0.2s ease;
  filter: drop-shadow(6px 7px 3px black);
}
.project-with-image img:hover {
  transform: scale(1.03);
}
.description {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-top: 0.3rem;
}
.also-available {
  color: #6ea6ff;
  font-size: 0.75rem;
  opacity: 0.6;
  font-weight: normal;
  margin-bottom: 1px;
  margin-left: auto;
  white-space: nowrap;
}
.home {
  text-align: center;
}
.footer {
  margin-top: 4rem;
  padding-top: 0.25rem;
  font-size: 0.85rem;
  opacity: 0.75;
  text-align: left;
  border-top: 1px solid #30363d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.footer .contact {
  margin: 0;
  padding: 0.25rem 0 0 0;
}
.footer a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}
.footer a:hover {
  text-decoration: underline;
}
