.button{
    padding: 0.75rem 2rem;
    background: rgb(102, 126, 234);
    color: white;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: background 0.3s;
    display: block; 
    margin: 2rem auto;
}

#gaming-btn,
#edn-btn,
.template-btn[data-template="vlog"],
.template-btn[data-template="music"],
.template-btn[data-template="tech"],
.template-btn[data-template="fitness"],
.template-btn[data-template="cooking"],
.template-btn[data-template="travel"],
.template-btn[data-template="education"],
.template-btn[data-template="news"],
.template-btn[data-template="podcast"],
.template-btn[data-template="review"],
.template-btn[data-template="unboxing"],
.template-btn[data-template="live"],
.template-btn[data-template="minimal"] {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.template-btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
    background-color: #f0f2f5 !important;
}

.template-btn.active {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.5);
}
    