@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Roboto" , sans-serif;
    font-size: 16px; /* 1rem = 10px */
    scroll-padding: 5rem;
}

#navegador{
    background-color: black;
    font-size: 700;
    height: 5rem;
}

.logotipo{
    height: 3rem;
}

.icono{
    font-size: 2.8rem;
}

.card-imagen{
    width: 100%;
    height: 80%;
}
footer{
    font-size: 700;
}
footer a{
    text-decoration: none;
    color: white;
}
