@import "general.css";

skills h2, skills p
{
    margin:1rem;
    text-align: center;
    color:white;
}

skills h2
{
    grid-column: 1 / -1;
    display:block;
    margin:1rem;
}

skills
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 1fr) ;
    justify-self: center;
    margin-bottom:1rem;
    width: 100%;
}

skill-set
{
    display: block;
    justify-self: center;
    justify-items: center;
    justify-content: center;
}

skills h4
{
    text-align:center;
}
