h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
}

.wrapper_ts-list {
    font-family: Arial, Helvetica, sans-serif;
}

.ts-item {
    display: flex;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ts-item>img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.ts-item>a {
    color: black;
    padding: 2px;
    text-decoration: none;
    transition-duration: 0.2s;
}

.ts-item>a:hover {
    color: white;
    background: #464646;
}