.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
  font-family: "Instrument Sans";
}

h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  color: #bb86fc;
}

.lead {
  color: #aaa;
}

.project-card {
  transition: transform 0.2s ease-in-out;
  border: 1px solid #2a2a2a;
  border-radius: 0.75rem;
  padding: 1.25rem;
  background-color: #1e1e1e;
  cursor: pointer;
  height: 100%;
}

.project-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0.5rem 1.2rem rgba(187, 134, 252, 0.1);
}

.project-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #bb86fc;
  text-decoration: none;
}

.project-description {
  font-size: 0.95rem;
  color: #ccc;
}

#message {
  display: block;
  text-align: center;
  margin: 2rem auto;
  color: #888;
  cursor: pointer;
  font-size: 0.95rem;
}

.footertext {
  display: block;
  text-align: center;
  color: #888;
  cursor: pointer;
  font-size: 0.95rem;
}

.footertext:hover {
  color: #fff;
}

#message:hover {
  color: #fff;
}

footer {
  border-top: 1px solid #2a2a2a;
  padding-top: 1rem;
}

img.logo {
  max-width: 300px;
  filter: brightness(0.9) contrast(1.1);
}
