/* Your Global Styles */
.alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert .btn-close {
    border: none;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}