.labs-container {
    position: relative;
    /*border: 1px solid yellow;*/
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
}

.lab-links {
    position: relative;
    font-size: 28px;
    text-align: center;
}

.labs-container a:link {
    color: lightseagreen;
}

.labs-container a:visited {
    color: lawngreen;
}

.labs-container a:hover{
    color: red;
}

.labs-desc p {
    color: white;
}

#skills-list {
    list-style-type: none;
    text-decoration: none;
    color: white;
}

#lab-image {
    width: 200px;
    height: 200px;
    margin-top: 10px;
}

#missing-project-image {
    width: 300px;
    height: 300px;
}