/* portfolio section  */
.projects-contatiner {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.project-holder {
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
    height: 400px;
    width: 300px;
    border: 1px solid black;
}

.project-img {
    width: 200px;
    height: 150px;
    margin-bottom: 10px;
}

.portfolio-link {
    color: black;
    position: relative;
}

.portfolio-descrip {
    font-size: 20px;
}

.project-head {
    font-size: 20px;
}

/* Skills */

.skill-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}

.skill-pic {
    width: 100px;
    height: 100px;
}