.container-dinosaur{
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 1000;
}
.img-dinosaur{
    width: 40%;
    height: 40%;
    margin: 0 auto;
    /* background: url("/home/millergxd/Desktop/rex.gif"); */
    background-size: 100%;
    position: fixed;
    top: 30%;
    left: 30%;
}
.img-dinosaur1{
    display: block;
    margin: 0 auto; 
    width: 50%;
    height: auto;
}
.title-dinosaur{
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.subtitle-dinosaur{
    color:white;
    text-align: center;   
    font-size: 20px;
    font-weight: 700;
}