#skills {
    display: none;
    flex-direction: column;
    text-align: left;
}

#skills h1,
#skills #line,
#skills-1,
#skills-2,
.port-redir {
    width: 70%;
}

#skills h1 {
    font-weight: 700;
    font-style: italic;
    font-size: 390%;
    color: var(--lighterGreen);
}

#line {
    height: 2px;
    margin: 5px auto;
    background-color: white;
}

#skills-1 h4,
#skills-2 h4 {
    font-weight: 700;
    font-style: italic;
    font-size: 150%;
    margin: 15px 0 0px 0;
}

#skills-1 p,
#skills-2 p {
    margin: 2px auto;
    font-weight: 700;
    font-style: italic;
    font-size: 80%;
    color: var(--lighterGreen);
}

