/* ALERT STYLES */
/* USED IN PARTIAL ALERT.HBS */

.alert {
    position: fixed;
    margin-top: 0%;
    width: 80%;
    z-index: 100;
    justify-self: center;
}

@media screen and (max-width: 768px) {
    .alert {
        width: 100%;
    }
}