.content{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 20px 20px;
}.grid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}section{
    margin-bottom: 30px;
}.task_deactive form {
    margin-bottom: 0px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.log .alert{
    padding: 5px 10px;
    margin-bottom: 5px;
}