@charset "UTF-8";
/* CSS Document */

.main-wrapper {
    background-image: url('../img/Acuarela.jpg');
    background-size: cover; /* Adjusts the background size to cover the entire element */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
}

.boda-wrapper {
    background-size: cover; /* Adjusts the background size to cover the entire element */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
}