.labItem {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    height: 150px;
}

.labItem a {
    color: #000;
}

.labItem a:hover {
    color: gold;
}