* {
}


body {
    background-color: black;
    color: white;
    font-size: 30px;
    
}

#box {
    display: flex;
    justify-content: space-around;
    
}

img {
}


.overlay {
    position: absolute;
}

.done {
    text-decoration: line-through;
}