
.project-title {
    height:auto;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size:1.7em;
    display: block;
}
.project-paragraph p {
    text-align: justify;
    text-indent: 50px;
}

.horizontal-center#explanation-div, .project-title{
    width: 100%;
}

#explanation-div #explanation-wrapper {
    font-size:18px;
    width:500px;
}
#canvas-bottom-of-page {
    height:75px;
}

@media only screen and (max-width: 500px) {
    .project-title {
        font-size:1.7em;
        
    }
    #explanation-div #explanation-wrapper {
        width:90%;
    }
}

ul, li {
    text-align: left;
}

.vertical-space#canvas-bottom {
    height:40px;
}
