#video-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background: #000;
    border-radius: 20px;
    margin: 10px 10px 0;
}

#video-cover p {
    padding: 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1;
}

.button_style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.button_choice_server {
    background: #21130d;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0px 0px;
    font-family: inherit;
    font-size: 14px;
    flex-grow: 1;
    max-width: 90px;
    min-width: 90px;
    margin-top: 15px;
    height: 30px;
    color: #fff;
    cursor: pointer;
}

.button_choice_server:hover,
.button_choice_server:focus {
    background: #644dea;
}

.button_choice_server.active {
    background: #644dea;
}

#main-player {
    width: 100%;
    height: 450px;
    border-radius: 12px;
}