@font-face{

	font-family: Starborn;
	src: url(Starborn.ttf);
}


.banner-container{

	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}



.Banner{
	margin:0;
	border: 4px hsl(313deg 76% 51%) ridge;
	height: auto;


	}


	.MainContent-middle{
		display: flex;
		justify-content: center;
		align-items: center;
		margin:4px;

	}


	.Introduction{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background-image: url("https://lh3.googleusercontent.com/d/1Fgk3Lj76Pq-xhPW61GVjH66LxRvPbhIb");
		width: 600px;
		height: 520px;
		border: 4px hsl(313deg 76% 51%) ridge;
		border-radius: 4px;
	}

	#box{
		overflow-y: scroll;
		display: flex;
		justify-content: center;
		background-color: white;
		width:570px;
		height: 400px;
		border: 4px hsl(313deg 76% 51%) ridge;
		margin: 5px;

	}

	#text{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	#introductionlabel-text{
		display: flex;
		justify-content:center ;
		align-items: center;
		background-color: antiquewhite;
		border: 4px hsl(313deg 76% 51%) ridge;
		border-radius: 10px;
		max-height: 20px;
		width:500px;
		margin:5px;
		font-family: Starborn;
	}