.message-alert {
    font-size: 14px;
    border-radius: 25px;
    padding: 15px;
    margin: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 130px;
    background-color: rgba(206, 121, 25, 0.774);
}

.alert-button
{
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 30px;
    min-width: 100px;
    min-height: 30px;
    padding: 12px;
    background-color: rgb(226, 213, 32);
    position: absolute;
    bottom: 12px;
    right: 12px;
}