
body 
{
    display: grid; /* Habilita Flexbox para el cuerpo */
    justify-content: center; /* Centra horizontalmente el contenido */
    align-items: center; /* Centra verticalmente el contenido */
    background-image: url('/bg.jpg');
    background-size: cover;
}
.ls
{
    letter-spacing: 0.01em;
}
.bodyGeneral
{
    align-items: center;
    font-family: "Caveat", cursive;
    font-size: 28px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.divMain
{
    background-image: url('/nubes.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.divCruz
{
    height: 75vh;
    width: 80vw;
    position: absolute;
    top: 5vh;
    left: 5vh;
    background-image: url('/azul-nf.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
.divCruz::before
{
    z-index: -1;
}
.divContenido
{
    position: relative; /* Para que se muestre encima del div-detras */
    z-index: 1;
}
.imgMain
{
    margin-top: 2vh;
    align-self: center;
    height: 38vw;
    border-radius: 22vw;
    opacity: .9;
}
.imgAngelito
{
    margin-top: 90%;
    width: 15vw;
    border-radius: 20vw;
}
.divTextos
{
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.miCentrado
{
    width: 80vw;
    display: flex; 
    justify-content: center; 
    align-items: center;
    align-self: center;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
.bastian
{
    font-family: "Story Script", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    font-weight: bolder;
    color: #7A382D;
    letter-spacing: 0.05em;
}
.bautizo
{
    font-family: "Dancing Script", cursive;
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
    letter-spacing: 0.1em;
    color: #0097ee;
}
.imgPadrinos
{
    width: 10vw;
    height: auto;
    border-radius: 5vw;
}
.txtPadrinos
{
    font-size: 18px;
}
.lugares
{
    font-size: 16px;
}
.imgLugares
{
    width: 18vw;
    height: 18vw;
    border-radius: 5vw;
    opacity: .8;
}
.mes
{
    padding-top: 0%;
}
.numero
{
    padding-top: 10%;
    margin-bottom: 0%;
    font-size: 50px;
    font-family: "Dancing Script", cursive;
    font-weight: bold;
}
a {
    list-style: none;
    display: inline-flex;
    text-decoration: none !important;
    color: black !important;
}
.lugarTitulo
{
    font-size: 18px;
    font-weight: bold;
}