.custom-alert {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
}

.custom-alert p {
    margin: 0;
}

.custom-alert a {
    color: #004085;
    text-decoration: underline;
}