h2{
    color:blue;
}
.styled-table {
    border-collapse: collapse;
    margin: auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.highlight{
    color:blue;
}

.container {
background-color: rgb(192, 192, 192);
width: 100%;
border-radius: 15px;
}

.skill {
background-color: rgb(116, 194, 92);
color: white;
text-align: left;
font-size: 14px;
border-radius: 15px;
padding-left: 3%;

}

.html {
width: 80%;
}

.php {
width: 60%;
}