@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
	font-family: 'Cutive Mono', monospace;
    
}

body {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    height: 100%;
    width: 100%;
    text-shadow: 2px 2px 2px black;
    background-color: black;
}
.beforebg {
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: -1000;
}
.clickenter{
	position: center;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	z-index: 12;
	font-size: 2vw;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
    z-index: -100000;
	object-fit: cover;
}


/*html,body {

    background: rgb(30,30,30);

    background: linear-gradient(120deg, rgba(30,30,30,1) 0%, rgba(20,20,20,1) 100%);

}*/

.seller {
	font-family: 'Cutive Mono', monospace;
    color: whitesmoke;
    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%);
	font-family: 'Cutive Mono', monospace;
}

.textiboi {
    text-align: center;
    color: whitesmoke;
	font-family: 'Cutive Mono', monospace;
}

.textiboi:hover {
    color: grey;
}

.header {
    text-align: center;
    color: whitesmoke;
	font-family: 'Cutive Mono', monospace;
    font-size: 40px;
}

.header a {
    text-decoration: none;
}

.hoverr:hover a {
    color: grey;
}

.header:hover {
    text-align: center;
    color: grey;
	font-family: 'Cutive Mono', monospace;
}

.container:hover .seller {
    color: white;
}

.container:hover a {
    color: grey;
}

.a {
    text-align: center;
    color: white;
	font-family: 'Cutive Mono', monospace;
}

.header:hover a {
    text-align: center;
    color: grey;
	font-family: 'Cutive Mono', monospace;
}

.icon {
    color: whitesmoke;
}

.icon i {
    font-size: 80px;
}

.container {
    text-align: center;
    margin: 5px 20px;
    float: left;
}

a {
    color: whitesmoke;
}

.container:hover .icon {
    color: var(--icon-color);
    font-size: 30px;
}

.container:hover .seller {
    color: grey;
}

.container:hover a {
    color: grey;
}