/* (c) Manuel Galeote 2022 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

/* Google Font Shadows Intlo Light */
/* @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Edu+SA+Beginner&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,500&display=swap');

body{
    background-color:#FFED00;
    font-family: 'Playfair Display', serif;
}

.blanco {
    background-color: #FFF;
}