.exit-icon{
    width:30px;
    height:30px;
    cursor: pointer;
}

#alert-message.alert-bottom-right {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    min-width: 280px;
    max-width: 90vw;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}