.tags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.tags .tag {
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,0.2) 0px 6px 6px;
    color: #2A2A2A;
    border-radius: 8px;
    padding: 5px 10px;
    line-height: 30px;
}