.invibledivmessage{
    height: 500px;
    background-color: rgba(24, 36, 57, 0.6);
}
.text-big{
    font-weight: bolder;
    color: white;
}

.menssage-info{
    color: white;
    font-size: medium;
}

@media (max-width: 992px){
    .text-message-smart{
        margin-top: -30px;
    }
}
