#output{
	padding:50px;
	color:rgb(30,50,39);
	backgrund:blue;
	margin:50px;
	border:20px solid pink;
	border-radius:25%;
	height:80vh;
	
}
#output h1{
	font-size:30px;
	line-height:1.6;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
#output p{
	text-align:center;
	line-height:1.9;
	bakground:red;
	margin-top:10px;
	padding-bottom:10px;
	padding-left:100px;
	padding-right:100px;
	margin-left:100px;
	margin-right:100px;
    font-size:22px;
    line-height:1.7;	
}
#pimg{
	text-align:center;
	position:relative;
	bacground:black;
	height:auto;
	display:block;
}
#pimg img{
	heght:90%;
}
#pok{
	position:absolute;
	bottom:0;
	left:0;
	background:white;
	width:100%;
	text-align:cneter;
	height:20px;
	z-index:10;
	color:white;
}
@media screen and (max-width: 452px) and (orientation: portrait){
	#output{
		bacground:red;
		width:100%;
		font-size:16px;
		margin-top:5px;
		margin-bottom:50px;
		margin-left:1px;
		margin-right:1px;
		padding:3px;
		border:2px solid pink;
		height:100vh;
		border-radius:10px;
		display:block;
		position:relative;
	}
	#output h1{
		font-size:17px;
		line-height:1.2;
	}
	#output p{
		font-size:16px;
		margin:0;
		padding:3px;
	}
	#pimg{
		overflow:hidden;
	}
	#pimg img{
		width:100%;
		height:auto;
		overflow:hidden;
		
	}
}
