

.prjimg {
    border-radius: 50%;
    border:1px solid black;
    width: 120px;
    height: 120px;
}
.container {
    position: relative;
    text-align: center;
    padding: 20px;
    width: 120px;
    display: inline-block;
}
.project-text {
    position: relative;
    bottom: 40px;
    background: white;
    overflow-wrap: break-word;
    border:1px solid black;
    background: WhiteSmoke;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}

#projects {
    width: 70%; 
    margin: auto;
}
#top {
    width: 100%;
    background: DarkSlategray;
    height: 30px;
    line-height: 30px;
    color: White;
    text-indent: 50px;
    font-size: 14px;
}

#top span {
    display: inline-block;
}

#footer {
    text-align: center; 
    width: 100%; 
    margin: auto; 
    background-color: WhiteSmoke;
    position: fixed;
    bottom: 0px;
    
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul > * {
    display: inline-block;
    padding-left: 15px;
}

.heightSet {
    max-height: 16px;
}