.bg-teal{
    background-color: #29c7b2;
    border: 0;
    color: white;
}

#profile-picture{
    height: 40%;
    width: 40%;
}

.tc-teal{
    color: #29c7b2;
}

.portfolio-link{
    position: relative;
    padding: 0;
    height: 200px;
    width: 250px;
}

.image{
    height: 200px;
    width: 250px;
}

.banner{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 16px;
    bottom: 0;
    text-align: center;
    
}

.image-text{
    padding-top: 5%;
}

footer{
    position: absolute;
    bottom: 0;
    padding: 0;
    height: 5%;
    width: 100%;
}

.port-pic{
    width: 80%;
    height: 20%;
    margin-bottom: 10px;
}