.completed {
    text-decoration: line-through;
    color: #6c757d;
}

body {
    background-image: url('back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
}