

p{
	font-family:"Russo One", sans-serif;
	color:white;
	font-size:20px;
}

a{
	font-family:"Russo One", sans-serif;
	color:white;
	font-size:18px;
}

h2{
	font-family:"Russo One", sans-serif;
	color:white;
}


h1{
	font-family:"Russo One", sans-serif;
}

body{
	background: repeating-linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0.2) 10px,
		rgba(0, 0, 0, 0.3) 10px,
		rgba(0, 0, 0, 0.3) 20px
		),
		url('site assets/midnightbliss.png');
	background-size:cover;
	background-attatchment:fixed;
}


hr{
	border-style:solid;
	border-color:#696969;
	border-width:5px;
}

.logbox{
	border-style:solid;
	border-color:white;
	border-width:10px;
}


	
/*.everything{
	margin: auto;
    padding: 70px 0;
	align:center; */
}




.all-content{
    display: flex;
    justify-content: center;
}

#banner{
	display:flex;
	justify-content:center;
}



.left-sidebar, .middle, .right-sidebar, .right-sidebar-2 , .banner{
	display: inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-right:4px;
	margin-left:4px;
	margin-top:8px;
}


.left-sidebar{
	/* background-color:#696969; */
	width:285px;
	
	background-color:#7e7c94;
	background-image: url('site assets/checker_large_trans.png');
	background-size:615px;
	border-style:solid;
	border-width:10px;
	border-color:#2a1f3e;
	
}

#left-content{
	float:left;
	text-align:left;
	padding-left:10%;
}


#left-content-2{
	float:left;
	text-align:left;
	padding-left:10%;
}


.left-sidebar-2{
	margin-left:-910px;
	margin-top: -575px;
	background-color:#696969;
	width:285px;
}




#middle-centering{
	display: inline-block;
}

.middle{
	/* background-color:#696969; */
	width:600px;
	color:white;
	
	background-color:#7e7c94;
	background-image: url('site assets/checker_large_trans.png');
	background-size:615px;
	border-style:solid;
	border-width:10px;
	border-color:#2a1f3e;
	
}

#middle-greeting, img{
	
}

#middle-sonalog{
	margin-top:-10px;
	/* background-color:#696969; */
	width:600px;
	color:white;
	
	background-color:#7e7c94;
	background-image: url('site assets/checker_large_trans.png');
	background-size:615px;
	border-style:solid;
	border-width:10px;
	border-color:#2a1f3e;
	
}

.middle-peeps{
	margin-top:-5px;
	/* background-color:#696969; */
	width:600px;
	color:white;
	
	background-color:#7e7c94;
	background-image: url('site assets/checker_large_trans.png');
	background-size:615px;
	border-style:solid;
	border-width:10px;
	border-color:#2a1f3e;
	
}


.right-sidebar{
	/* background-color:#696969; */
	width:285px;
	
	background-color:#7e7c94;
	background-image: url('site assets/checker_large_trans.png');
	background-size:615px;
	border-style:solid;
	border-width:10px;
	border-color:#2a1f3e;
	

}

#right-sidebar-2{ 
	/* background-color:#696969; */
	width:285px;
	margin-left:945px;
	margin-top:-45px;
	
	background-color:#7e7c94;
	background-image: url('site assets/checker_large_trans.png');
	background-size:615px;
	border-style:solid;
	border-width:10px;
	border-color:#2a1f3e;
	
}


#right-content{
	text-align:left;
	padding-left:10%;
}



#right-centering{

}

#chatbox{
	margin-left:945px;
	margin-top:-920px;
	
	
}







a:hover {
	color:#550ea0;
	font-style:italic;
}








/*
the following is a music player widget made by mandem Girisboblog, shoutout vro
*/

  lol {}
  
  lol,
  .img2 {
    /* album's cover image u can change the size! */
    position: relative;
    width: 250px;
    height: 250px;
    background-color: black;
    color: black;
    z-index: 999;
	
	
	margin-left:-11px;
	
  }

  .img1 {
    /* cd image u can change the size too */
    position: absolute;
    width:auto;
    height:90px;
    left: 65px;
    z-index: 800;
    -webkit-animation: spin 2s linear infinite;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }

  .img1 hover {
    cursor: help;
  }

  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .img1:hover {
    /* this makes the cd stop spinning when hovering! */
    -webkit-animation: pop 0.3s ease;
  }

/* thanks again, lad */









.copyButton {
 width: 88px; /* this controls the width of the box */
font-size: 10px; /* this controls the font size */
    /* you can also set a background color and text color here */
background-color: black;
color: #e51e00;
height:21px;
margin-bottom:10px;

}

#no_box{
	color:White;
}



