﻿.tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 20px;
}

.tname {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.tbday {
    color: gray;
    font-style: italic;
}

.timg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timg > img {
    width: 50%;
    height: auto;
}

.tdesc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tdesc > p {
    width: 600px;
    font-size: 14px;

}
