#alert .close {
    margin-left: 15px;
}
#alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 99;
}