a {
  color: cornflowerblue;
}

.main_outer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px 15px 15px 15px;
}

.main_inner {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}

.links {
  margin-bottom: 5px;
}

.header {
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0 5px;
  flex-wrap: wrap;
}

.title {
  font-weight: 300;
}

.github_link {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

.github_link a {
  color: gray;
}

.logo_text {
  font-weight: 700;
  color: #4d0000;
}
