.alert{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150000000;
}

.alert-success{
    background: green;
    padding: 12px;
    color: white;
    border-radius: 12px;
}

.alert-danger{
    background: #850000;
    padding: 12px;
    color: white;
    border-radius: 12px;
}