.alert-container {
    min-width: 350px;
    border-radius: 5px;
    z-index: 22;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    max-height: 100%;
    z-index: 9999999;            
}

.alert-content {
    color: white;
    padding: 5px;
}

.alert-button {
    color: black;           
    margin: 0 !important;
}

.closeAlert {
    opacity: 0;
}

.alert-img {
    max-width: 90%;
    margin: 0 5%;
}

.alert-content {
    width: 90%;
}