.home-center {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


.tabbb {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.yt-wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.yt-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.custom-select {
    position: relative;
    width: 220px;
    background: #fff;
    color: #000;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.custom-select span {
    display: block;
    text-align: center;
}

.custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #999;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
}

.custom-select .options div {
    padding: 6px;
    text-align: center;
}

.custom-select .options div:hover {
    background: #ddd;
}
