html {
	background-color: #09161F ;
}



.container{
	display: flex;
	align-items:center;
	padding: 2rem;
}

.img-container{
	justify-content: flex-start!important;
	flex-wrap: wrap;
	
}

.section-wrapper{
	margin-left: auto;
	margin-right: 45%;
}

.heading{
	text-align: center;
	margin-top: -25px;
	h2 {
		font-size: 32px;
		font-weight: 500;
		letter-spacing: 3px;
		text-shadow: 2px 2px #D4AF37;
		color: #fcfffe;
	}
	
}

.divider{
	width: 100%;
	height: 2px;
	background:#D4AF37 ;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
}
.wrapper {
	
	align-content: center;
	
}

.text-container{
	text-align: center;
	padding-left: 10rem;
	padding-right: 10rem;
	a{
		font-size: 24px;
		font-weight: 350;
		text-decoration: none;
		
	}
	
	a :hover{
		color: blue;
		
	}
	p{
		color:white;
		font-size: 18px;
		line-height: 20px;
		font-family: Roboto;
		letter-spacing: 2px;
		span{
			font-weight: 900;
		}
	}
	
}

.app-container{
	 height: 100vh;
	 width: 100vw;
	 background-color : #1E1E1E;
}

img {
	width: 10rem;
	border-radius: .8rem;
}


@media screen and (max-width: 750px) {
	.container{
		display: flex;
		align-items:center;
		padding: 2rem;
		justify-content: center;
		margin-left: 25%;
	}
	.section-wrapper{
		flex-direction: row;
	}
	.text-container{
		text-align: center;
		padding-left: 2rem;
		padding-right: 2rem;
		a{
			font-size: 24px;
			font-weight: 350;
			text-decoration: none;
			
		}
		
		a :hover{
			color: blue;
			
		}
		
		iframe{
			margin-left: -30px;
			max-width: 25rem;
		}
		p{
			color:white;
			font-size: 18px;
			line-height: 20px;
			font-family: Roboto;
			letter-spacing: 2px;
		span{
				font-weight: 900;
				letter-spacing: 3px;
			}
		}
		
	}

}