/*stylesheet for the services page*/

section {
    display: inline-flex;
    width: 100%;
    white-space: 50px;
}

section li {
    padding: 10px;
    list-style-type: square;
}

h2 {
    text-decoration: underline;
    text-align: center;
}

.skilllist {
    background-color: steelblue;
    padding: 10px;
    font-size: large;
    font-weight: bold;
    margin: 10px;
    opacity: 75%;
    color: paleturquoise;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 15px;
}

#expertise {
    width: 50%;
}

#skills {
    width: 50%;
}
