.copyright-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    margin-top: 20px;
}


.copyright-item {
    font-size: 18px;
    font-weight: bold;
    background-color: #eee;
    padding: 20px 0px 20px 0px;
}

.copyright-item img {
    width: 140px;
    height: 200px;
    margin-bottom: 10px;
}

#copyright-laypage {
    text-align: right;
}