.background-image{
    background-image: url("../img/fondo.jpg");
    background-position: top;
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.size-image{
    max-height: 300px;
    max-width: 200px;
}