#projpage{
  height: 100%;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-image: url(assets/engineering.jpg);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.proj{
    background-color: #d6d6d6;
    position: relative;
    transform: translate(-50%);
    left: 50%;
    width: 50vw;
    display: block;
    border-radius: 4px;
    margin-bottom: 20px;
}
.proj > div.top > h2.title{
    text-decoration-line: underline;
}
.proj > div.top{
    background-color: rgb(236, 236, 236);
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
.proj > div.content{
    padding: 15px 20px;
}