body {
    background-color: white;
}

.container-alerts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 768px) {
    .guardar {
        margin-top: 15px;
    }
}