body {
    background-image: url(fondo1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}