:root{
    --font:"Josefin Sans", sans-serif;
    --font-script: "Euphoria Script", cursive;

    --color1:#979185;
    --color2: #858671;
    --color3:#c59472;
    --color4:#8f6c5c;
    --color5: #d9b6ac;
    --color6: #ffff;
}





body{
    display: flex; 
    flex-direction: column;
    margin: 0px; 
    padding: 0px;
    object-fit: cover;
    background-color: var(--color6);

    font-family: var(--font);
    font-weight: 300;

    align-items: center ;
    justify-content: center;
    background-image: url('../Imágenes/fondo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

img{
    user-select: none;
}



section{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;

    background-color: none;
}


iframe{
    border: none;
}


.bold{
    font-weight: 600;
}

#modalNombre{
    font-weight: 400;
}

.invisible{
    opacity: 0;
    user-select: none;
}  