@charset "utf-8";
body{
    min-height: 100vh;
	display: flex;
	flex-direction: column;
	
}

.diviframe{
	display: flex;	
	height: 30vh;
}
.iframe{
	flex: 1;
	border-radius: 20px;
	
}
.coming{
	display: flex;
    justify-content: center;
	align-items: center;
	background: radial-gradient(purple,blue 100%);
	text-align: center;
	font-style: italic;
	font-size: 40px;
	border-radius: 10px;
	height: 50vh;

}
.copyright{
    height: 20vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;

	
	
}
.p{
	font-size: 5vh;
	margin-bottom: 0;

}

