.container {
    width: 100%;
    height: 100%;
}

header {
    text-align: center;
}

ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    text-align: center;
}

.item {
    display: grid;
    grid-template-rows: 90% 10%;
    text-align: center;
}

img {
    width: 364px;
    height: 242px;
    display: block;
    margin: auto;
    object-fit: cover;
    padding-bottom: 1%;
}

a {
    color: rgba(0, 0, 0, 0.95);
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
    text-decoration-color: #d54215;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}

span {
    font-size: 24px;
    font-weight: lighter;
}