.message {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  
  .normal {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
  }
  
  .success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
  }
  
  .error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
  }
  
  .warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
  }
  
  .info {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
  }
  
  .message-text {
    margin-right: 10px;
  }
  
  .close-button {
    background-color: transparent;
    border: none;
    color: #999;
    cursor: pointer;
  }


.message_flex{

    display: flex;

}
.button_message{
    width: 100vw;
}