html, body, video, [data-shaka-player-container] {
    margin: 0;
    width: 100%;
    height: 100%;
    background: black;
}
* {
    letter-spacing: -0.5px;
}
.shaka-overflow-button-label {
    gap: 1rem;
}
.shaka-spacer {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.shaka-spacer:before, .shaka-spacer:after {
    float: right;
    height: 100%;
    align-content: center;
}
.shaka-text-container {
    padding-bottom: 3rem;
    font-size: 2rem !important;
}
.shaka-text-container span {
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}