.project-entry {
  background-color: #f6f7f9;
  padding: 0px 10px 10px 10px;
  margin-top: 30px;
  border-radius: 5px;
}

h1 a {
  text-decoration: none;
}

.redirect-button a {
  font-family: "Inter";
  font-size: 125%;
  background-color: #eceff4;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  border-radius: 4px;
  width: 125px;
}

.project-extra-background-dark {
  margin-right: 10px;
  background-color: #e5e9f0;
  border-radius: 5px;
}
