@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&family=Mynerve&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
body{
    background-color: darkgray;
    font-style: oblique;
    margin: 0;
}

video{
    position:absolute ;
    min-width: 100%;
    min-height: 100%;
    top: 0%;
    left: 0%;
    
    z-index: -1;
    
}
.titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lobster', cursive;
    font-size: xx-large;
    color: floralwhite;
}
.baby{
    display: flex;
    width: 600px;
    height: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.baby img{
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
}

.baby img:hover{
    cursor: crosshair;
    width: 300px;
    opacity: 1;
    filter: contrast(120%);
}

.palabras{
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Mynerve', cursive;
    font-size: large;
    color: blanchedalmond;
}

.contenedor{
    position: relative;
    align-items: center;
}

.heart1{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 90%;
    margin-right: -25px;
}

.heart2{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 80%;
    margin-left: -80px;
}

.A27{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lobster', cursive;
    font-size: xx-large;
    color: floralwhite;
}