.invibledivmessage{
    padding-top: 150px;
    padding-bottom: 50px;
}
.text-big-dark{
    font-weight: bolder;
    color: white;
    font-size: x-large;
    text-shadow: 0.1em 0.1em 0.2em black
}

.mesnsage-info-dark{
    color: white;
    font-size: large;
    text-shadow: 0.1em 0.1em 0.2em black
}

.div-message-3{
   height: 500px;
   display: flex;
   background-color: rgba(24, 36, 57, 0.6);
   justify-content: center;
   align-items: center;
   flex-direction: column;
}

.btn-msg-3{
    font-size: large;
    border-radius: 20px;
}


@media (max-width: 992px){
    .div-message-3{
        height: 400px;
     }
    .btn-msg-3{
        margin-bottom: 20px;
    }
}
