

.hidden {
    display: none;
}

#tutorial-image {
    position: relative;
    top: 0;
}

#stores {
    text-align: center;
}

#stores ul {
    list-style: none;
    padding: 0;
}

.channel-img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 50%;
}