/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 26 may. 2026, 21:45:55
    Author     : leiston
*/
.fondo{

    background-image: url("../../images/artistas-80s/artistas-80s.jpg");

    background-size: cover;

    background-position: center top;

    background-repeat: no-repeat;

    background-attachment: fixed;

    min-height: 100vh;

    padding: 0px 0;
    
    margin-top : 0;
}


