body,html {
    background-image: url('img/bg2.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    font-family: Poppins !important;
    background-color: #FFF;
}
/*#profile-img {
    height:180px;
}*/
.h-80 {
    height: 80% !important;
}
.h-75 {
    height: 75% !important;
}
.footer {
    color: #000;
    margin-top: 100px;
}
.textCenter {
    color: #000;
}
.textAnime {
    margin: 15px 0 10px 0;
    color: #000;
    font-size: 20px;
    
}

::-webkit-input-placeholder, ::placeholder, input::placeholder {
    opacity: 0.5;
    color: #ebebeb;
    font-style: italic;
}