@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
body {
    font-family: "Lato", serif;
    font-weight: 400;
}

h1 h2 h3 h4 h5 h6 {
    font-family: "Lato", serif;
    font-weight: 700;
}

.header-text {
    font-family: "Lato", serif;
    color: #000000;
    font-weight: 900;
}

.navbar-light {
    background-color: #b1b2b2;
}

.navbar-brand {
    font-weight: 900;
    color: white;
}

footer {
    background-color: #b1b2b2;
    color: #000000;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 15px;
}

.centrado {
    padding: 3% 10% 5% 10%;
    margin: 5% 25% 10% 25%;
}

.user {
    width: 8rem;
    height: 8rem;
    border-radius: 6rem;
    padding: 5%;
    margin: 5%;
    object-fit: cover;
}