.proj-root {
    max-width: 100%;
    position: relative;
    color: black;
    background: white;
    border: 2px solid black;
    padding-bottom: 1.5rem;
}

.proj-header {
    background: #d0d0d0;
}

.proj-logo-img {
    display: block;
    width: 100%;
    line-height: 0;
}

a.proj-header-link {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.proj-align-logo-sub {
    padding: 8px 8px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.proj-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5rem;
    width: 100%;
    background: #d0d0d0;
}

.proj-subheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid black;
}

.proj-content {
    padding-top: 1rem;
    padding-right: 1rem;
}

.proj-interesting-things {
    margin-bottom: 1rem;
}

.proj-subheader > div {
    flex-basis: 4rem;
}

.proj-title-wrapper {
    flex-grow: 7;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
}

.proj-status-wrapper {
    text-align: center;
    flex-grow: 3;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media only screen and (max-width: 400px) {
    .proj-status-wrapper > h4 {
        font-size: 0.9rem;
    }
}

.proj-dates {
    flex-grow: 3;
    flex-shrink: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    row-gap: 0.2rem;
    font-size: 0.8rem;
    align-content: center;
    justify-content: right;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.proj-keywords {
    padding: 4px 1rem;
}

.proj-keyword {
    font-style: italic;
}

.proj-download-apk, .proj-youtube-demo-link {
    padding: 0 1rem;
}

.proj-learnmore-wrapper {
    position: relative;
    padding: 0 auto;
    margin-left: 1rem;
}

.proj-learnmore {
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem 0.75rem;
    margin-top: -0.5rem;
    width: fit-content;
}

.proj-learnmore-link {
    font-weight: 700;
}