body {
    font-family: 'Lato', sans-serif;
    background-color: rgb(243, 243, 241);
}

h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

.generales li {
    list-style: none;
    color:#000
}

.circulo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

li {
    color: #555;
}

.bi {
    font-size: 1.4rem;
    line-height: 50px;
}

a {
    text-decoration: none;
    color: #000;
}

#foto {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 20px;
    border: 5px solid #ffffff;
}


@media screen and (max-width: 960px) {
    h1 {
        font-size: 1rem;
    }

    li {
        font-size: 0.9rem;
    }

}