body{
	background-color: red;
	background-image: url("video-images/eye.gif");
	display: flex;
	flex-direction: row;
	justify-content: center;
}

html{
	cursor: url("index-images/scope.png"), auto;
}


/*sidepanel*/
.sidepanel{
	width: 30%;
	height: 2000px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	background-image: url("video-images/watching.png");
	background-size: 100%;
}

.main{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	color:yellow;
	font-family: OCR A Std, monospace;
}

.adpanel{
	width: 25%;
	height: 1600px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.test{
	border: 2px solid yellow;
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
}


.pills{
	border : 2px solid yellow;
 	height:100px; 
 	width:200px;
}

.adpanel2{
	
	width: 200px;
	height: 200px;
	padding-left: 20px;
    margin:5px;

    border: 2px solid yellow;

    font-size: 20px;
    color: yellow;
    animation: pulsate 2s infinite;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-shadow: -3px -3px 3px black, 3px -3px 3px black, -3px 3px 3px black, 3px 3px 3px black;

    background-image: url("video-images/sexibooba.jpg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
}

.china{
	border: 2px solid yellow;
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	color: yellow;
	font-size: 8px;
	background-image: url("video-images/china.gif");
	background-size: cover;
    background-repeat: no-repeat;
}


.channel img{
	border: 5px solid black;
	margin-bottom: 5px;
}

.channel img:hover{
	filter: sepia(100%);
}

.left-img img{
	width: 300px;
	margin-top:5px;
}