.videoContainer{
    display: flex;
    justify-content: center;
    gap: 5%;
}

.videoIndex{
	text-align: center;
	margin-top:10px;
	height:30vh;
	width:fit-content;
	margin-bottom: 5%;
}

iframe{
	height:35vh;
	width:35vw;
	border: 1px solid #b2b1b1;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.projectDescription{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.projectDescription p{
    width: 40%;
    text-align: justify;
    border: 1px solid #b2b1b1;
    box-shadow: 1px 2px 11px 2px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 10px;
}

