.Timestamp{
    align-self: flex-start;
    position: absolute;
    padding: 10px;
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 25px;
    background-color: white;
    color: black
}

.Done {
    color: red !important;
}




@media (max-width: 600px) {
    .Timestamp{
        align-self: flex-start;
        position: absolute;
        padding: 5px;
        padding-right: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 15px;
        background-color: white;
        color: black
    }
}