.border {
	border: 1px solid;
}

.timg {
	border-bottom: 0;
}

.timg > img {
	aspect-ratio: 1;
}

.tm-lower {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

a.tlink {
	display: block;
	height: 2rem;
	width: 2rem;
	min-width: 2rem;
	padding: 0.5rem;
	background: var(--yellow);
	align-self: center;
	transition: all 0.35s;
}

a.tlink:hover {
	background: black;
	color: white;
}
