.alertMessage{
    padding:20px;
    background-color: #f43a3d;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    text-align: center;




    position:fixed;
    bottom:0;
    left:50%;
    z-index:1000;

    transform: translate(-50%,0px);
}

.alertMessageClose{
    margin-left: 15px;
    color:white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor:pointer;
    transition:0.3s;
}

.alertMessageClose:hover {
    color: black;
}

a{
    color:white;
}

#amBody>ul{
    text-align: left;
}