body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background: black;
}
#title {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10rem;
    font-weight: bold;
    font-family: 'Lucida Sans', sans-serif;
    color: #fff;
    mix-blend-mode: difference;
    opacity: 0.8;
    pointer-events: none;
}
#play-button {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}
#icons {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#metadata {
    position: absolute;
    border-radius: 10px;
    width: 300px;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -100%);
    color:#000;
    background-color: #fff;
    opacity: 0.6;
    padding: 10px;
    text-align: left;
}
#stream-name {
    font-weight: bold;
}
#info-toggle {
    cursor: pointer;
}
svg {
    width: 100%;
    height: 100%;
}
.icon {
    width: 30px;
    height: 30px;
    margin: 0 20px;
    color: #fff;
    opacity: 0.9;
}
