#screen{
	position:fixed;
	padding:0;
	margin: 0;
	top: 0;
	left:0;
	
	width:100%;
	height:100%;
	background-color:black;
}
#wrapper-embed{
	display: flex;
	justify-content: center;
	top:50%;
	transform: translateY(50%);
}
#twitch-embed{
	width: 854px;
	
	box-shadow: 6px 9px 3px rgba(226,222,222,0.3);
	border: 1px solid;
	border-color: rgb(226,222,222);
}