body, html { 
	background-color: #232323;
    overflow-x: hidden; 
    /*overflow-y: auto;*/
	margin: 0 !important;
	font-family: 'Helvetica', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	height: 100vh;
	line-height: 1.6;
	color: #efefef;
}

#three
{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
}

#container
{
	z-index: 100;
	width:100%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: fixed;
	height: 100%;
}
a { text-decoration: none; color: #efefef; }

hr
{
	border: 1px solid #efefef;
}

.twitter
{
	color: #00a5a7;
}
.insta
{
	color: #96122b;
}
.about
{
	color: #efefef;
}
.index
{
	z-index: 1000;
	position: relative;
	
	background-color: #232323cc;
	border-radius: 25px;
	padding: 20px;
	padding-top: 10px !important;
	min-width: 20vw;
	max-width: 80vw;
	min-height: 10vh;
	text-align: center;
	border: 3px solid #fefefe;
	box-shadow: 0px 0px 30px 10px #000;
	color: white;
	transition: 0.5s;
}
.index:hover
{
	box-shadow: 0px 0px 0px 0px #fefefe;
	border: 3px solid #fefefe;
}

#center
{
	max-width: 80vw !important;
	max-height: 80vh;
}


.fa-instagram:hover
{
	color: #96122b !important;
}

.fa-twitter:hover
{
	color: #00a5a7 !important;
}

.fa-envelope:hover
{
	color: #cf9911 !important;
}

.rot-con
{
	top: 0;
	height: 100%;
	width: 2%;
}

#rot-con
{
	float: left;
	position: fixed;
	left: -5vw;
}

#rot-con-r
{
	float: right;
	position: fixed;
	right: 0;
	margin-right: 15vw;
}


.scroll
{
	width: 20vw;
	height: 100%;
	background-image: url("./D.PNG");
	background-repeat: repeat;
	background-size: 10vw;
	animation: 90s linear infinite slide;
}

#scroll-text-r
{
	animation-direction: reverse;
}
@keyframes slide {
	from {
	  background-position-Y: 1000%;
	}
	to {
	  background-position-Y: -1000%;
	}
  }