﻿.alert-container {
    max-height: 400px;
    margin-top: 5rem;
    overflow-y: auto;
    position: fixed;
    width: 33vw;
    top: 1rem;
    z-index: 1111;
    margin-left: 33vw;
}

.alert {
    margin-bottom: 0px !important; 
}