.tk-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 2rem;
}

.tk-item {
    width: 30%;
    display: flex;
    flex-direction: column;

    align-items: center;
    gap: 1.5rem;
}

.tk-item-cover {
    width: 19.06rem;
    height: 20.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 3rem;
   
}


.tk-item-cover img {
    width:60px;

}

a.tk-item-cover {
    color: #454545;
    font-size: 3rem;
    font-weight: bold;
}



.tk-item-title {
    font-size: 1.2rem;
    font-weight: bold;
}