@charset "utf-8";
/* CSS Document */

main {
	background-image: url("../images/backgrounds/paper-parchment.png");
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
}


.videos-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px;
	padding: 20px 0px;
}