.sobre {
    background-color: white;
    border-radius: 2px;
    box-shadow: 5px 5px 100px rgba(0, 0, 0, 0.651);
    width: 80%;
    padding: 16px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;

}

.sobre *{
    margin: 1rem;

    text-align: start;
}

.sobre h1{
    text-align: center;
}
table {
    width: 98%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.lista {
    list-style-type: none;
    padding: 0;
}

.i-lista {
    margin-bottom: 10px;
}

a {
    color: #007BFF;
    text-decoration: none;
}


.github{
    background-color: #ffffff;
    border-radius: 10%;
}
.github:hover{
    background-color: #007BFF;
} 