.content {
    max-width: 1024px;
    margin: 0 auto;
}

.module {
    margin-bottom: 20px;
}

.module-title {
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.module-content {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 10px;
}

.module-content-item {
    width: 100px;
    height: 170px;
    margin: 10px;
}

.module-content-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;
}

.module-content-item a img {
    width: 100%;
    height: 140px;
}

.module-content-item div {
    width: 100%;
    height: 25px;
    text-align: center;
}
