.task{
    width: 300px;
}
.card {
    width: 360px;
}
.task {
    width: 310px;
}
#add-form {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: auto;
}

#add-container {
    background-color: rgba(5, 6, 100, 0.76);
    padding: 40px;
    border-radius: 10px;
    color: white;
    width: 500px;
}
#edit-form {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: auto;
}

#edit-container {
    background-color: rgba(5, 6, 100, 0.76);
    padding: 40px;
    border-radius: 10px;
    color: white;
    width: 500px;
}
#login-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-container {
    background-color: rgba(5, 6, 100, 0.76);
    padding: 40px;
    border-radius: 10px;
    color: white;
    width: 500px;
}
#register-form {
    display: flex;
    justify-content: center;
    align-items: center;
}
#register-container {
    background-color: rgba(5, 6, 100, 0.76);
    padding: 40px;
    border-radius: 10px;
    color: white;
    width: 500px;
}
