body {
    background: url(../images/dino3D2.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-position: center;
    margin:0;
    padding:0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index:-2;
    
}

.dinoC, #_words {
    margin-top:-40px;  
}




#_words{
    color:white;
}
.card-body{
    background:rgba(0, 0, 0, 0.7) !important;
    color:white;
}

.jumbotron{
    background:rgba(0, 0, 0, 0.7) !important;
    border-radius: 0 0 25px 25px !important;
    z-index:-1;
}

#totalScore, #win, #lost {
    margin-top: -14px;
}

.crystals {
    border:none !important;
    height: auto;
    width: 100%;
    
}
#animate0{
    height:100vh;
    position:absolute;
    top:0;
}
#animate1{
    height:95vh;
    position:absolute;
    top:5%;
    left:20%;
    
}
#animate2{
    height:93vh;
    position:absolute;
    top:7%;
    left:40%;
    
}
#animate3{
    height:95vh;
    position:absolute;
    top:0;
    left:60%;
    top:5%;
}
#animate4{
    height:100vh;
    position:absolute;
    top:0;
    left:80%;
    top:0%;
}

.crystal {
    justify-content: space-around;
    height: 100%;
    width: 20%;
    border:0 !important;
    background: transparent;
    box-shadow: none;
    
}

.crystal:focus{
    outline:none !important;
    border:none !important;
    outline: 0 !important;
    background:none !important;
}

#niceOne{
    color:orange;
    font-size: 40px;
}

#eatenAlive{
    color:red;
    font-size: 40px;
    font-weight:bold;
}

#turnBackNow{
    color:yellow;
    font-size: 45px;
    font-weight:bold;
}

@media only screen and (max-width: 375px) {
    
    .dinoC {
        margin-top:-30px;
    }    
    
    #_words {
            margin-top:-5px;
            color:green;
        }
    
}
