#section-title{
    padding: 0 10px;         /* space around the text */
    white-space: nowrap;     /* prevents wrapping */
    font-weight: lighter;
    color: rgb(31, 31, 31);
    font-size: 35px;
}
#skills-list{
    width: 60%;
    margin: 20px auto;
    font-size: 20px;
    color: rgb(51, 51, 51);
    /*border: 1px solid rgb(200, 200, 200);*/
    text-align: center;
    
}
#skills-list, .skill-specs-list{
    list-style: none;
    padding: 0;
}

.skill-title{
    font-weight: bold;
    font-size: 20px;
}

.skill{
    margin: 5px;
}
.skill-specs-list{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    font-size: 16px;
}
.line-end {                 /* makes the line stretch */
  height: 1px;
  background: rgb(87, 86, 86);        /* color of the line */
  border: none;
  width: 200px;
}