html {
    background: rgb(30, 30, 30);
    background: linear-gradient(155deg, rgba(0,0,0,1) 0%, rgba(45,44,46,1) 100%);
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
}

.seller {
    font-family: monospace;
    color: #444;
    cursor: text;
}

.holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* over and under the changing text */

.textiboi {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: monospace;
    font-size: 30px;
}
.textiboi a {
    text-decoration: none;
    font-size: 20px;
}

.textiboi:hover {
    color: rgb(119, 0, 255);
}

.header {
    text-align: center;
    color: rgb(119, 0, 255);
    font-family: monospace;
    font-size: 80px;
}

.header a {
    text-decoration: none;
    font-size: 60px;
}

.hoverr:hover a {
    color: white;
}

.header:hover {
    text-align: center;
    color: white;
    font-family: monospace;
}

.container:hover .seller {
    color: white;
}

.container:hover a {
    color: white;
}

.a {
    text-align: center;
    color: white;
    font-family: monospace;
}

.header:hover a {
    text-align: center;
    color: white;
    font-family: monospace;
}

.icon {
    color: #444;
}

.icon i {
    font-size: 80px;
}

.container {
    text-align: center;
    margin: 5px 20px;
    float: left;
}

a {
    color: rgb(119, 0, 255);
    font-size: 20px;
}


.container:hover .icon {
    color: var(--icon-color);
    font-size: 20px;
}

.container:hover .seller {
    color: white;
}

.container:hover a {
    color: white;
}