body {
    overflow: hidden;
}

versions {
    text-align: center;
    justify-content: center;
    display: block;
    position: absolute;
    top: 13.5em;
    width: 100%;
}

.vsaever {
    display: flex;
    justify-content: center;
    gap: 2em;
    margin-top: 3em;
}

.vseav {
    color: #bebfc1;
    background: #5a5e6414;
    padding: 9px 23px;
    cursor: pointer;
    opacity: 0.6;
    transition: .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    clip-path: polygon(64% 0, 100% 0, 100% 80%, 80% 100%, 43% 100%, 0 100%, 0 20%, 19% 0);
}

.vseav:hover {
    background-image: linear-gradient(90deg, rgba(30, 28, 50, 0.8) 0%, rgba(43, 22, 29, 0.7) 100%);
}

.vseav p {
    font-weight: bold;
    color: #ddd;
}

.vseav ha {
    font-size: 13px;
    opacity: 0.8;
}

ha.live {
    background-image: linear-gradient(90deg,#1C45A6 0%,#44B5A2 50%,#D4FBB5 100%);
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    color: transparent;
    -webkit-background-clip: text;
}

.blob {
    border-radius: 50%;
    margin: 10px;
    height: 8px;
    top: 71px;
    right: 60.4em;
    width: 8px;
    position: absolute;
    transform: scale(1);
    background: rgb(0, 169, 98);
    box-shadow: rgb(51 217 178) 0px 0px 0px 0px;
    animation: 2s ease 0s infinite normal none running pulse-green;
}

h9s {
    font-size: 1.5em;
    position: relative;
    display: block;
    font-weight: 490;
    opacity: 0.95;
}

a.sea {
    font-size: 15px;
    position: relative;
    margin-top: -15px;
    margin-left: 1.1em;
    margin-right: 1.1em;
}