.skills-container {
    padding: 2rem;
}
.skills {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0rem 1rem 0rem;
    height: auto;
}
.skills-h3 {
    font-weight: 400;
    justify-content: flex-start;
}
.skills-ul > li {
    font-size: 1.2rem;
    list-style-type: none;
    padding: 0.3rem;
    list-style-type: square;
    font-weight: 300;
}
.line {
    margin: 0.5rem 0rem 0.5rem 0rem;
    background-color: black;
    height: 0.08rem;
    width: 50rem;
}

.skills-edu {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0rem 1rem 0rem;
    height: auto;
}
