body {
    background-image: url('https://i.pinimg.com/1200x/f2/eb/e2/f2ebe2dfddf4b9e404eee0eaec333303.jpg');
    background-color: black;
    height: 100vh;
    background-size: cover;
    background-position: right;
    font-family: Poppins !important;
}
a {
    color: #cc0000;
}
#profile-img {
    height:180px;
}
.h-80 {
    height: 80% !important;
}
.h-75 {
    height: 75% !important;
}
.footer {
    color: #FFF;
    margin-top: 100px;
}
.textCenter {
    color: #FFF;
}
.textAnime {
    color: #cc0000;
}

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