body,html {
		background: #ffffff;
	}
	#container {
		display: block;

		width: 100vw;
		top:0;
		left:0;
		overflow: hidden;
	}
	#pageContent,#pageBackground,#stripesContainer{
		position:absolute;
		top:0;
		left: 0;
	}
	#pageBackground{
		z-index: -10;
	}




	#pastille{
		/*color: white;*/
		display: flex;
		rotate: -15deg;
		width: 20vw;
		max-width: 300px;
		min-width: 200px;
		aspect-ratio: 1/1;
		background-color: magenta;
		position: absolute;
		top: 5vh;
		left: 5vh;
		z-index: 100;
		border-radius: 50%;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		/*filter: drop-shadow(1px 1px 0px #000000);*/
	}
	#pastille div {
		position: relative;
		width: 100%;
	}





	.section {
		position: relative;
		height:100vh;
		width:100vw;
		text-align: center;
		margin:0;
		align-content: center;
	}
	.section .content{
		margin:auto;
	}





	.sectionTitle{
		font-size: 4em;
		font-family: serif;
		line-height: 1em;
		margin-bottom: 1em;
	}
	.sectionParagraph{
		font-size: 2em;
		font-family: sans-serif;
		margin-bottom: 1em;
	}
	.sectionText{
		font-size: 1.25em;
		font-family: sans-serif;
		margin-bottom: 1em;
	}
	.sectionHashtag{
		font-size: 2em;
		font-family: sans-serif;
	}
	.sectionDownload{
		display: block;
	}
	.sectionDownload div{
		display: inline-block;
	}
	.sectionDownload img{
		width:200px;
	}




	.frame25{
		width:25vw; float:left;
	}
	.frame50{
		width:50vw; float:left;
	}
	.frame75{
		width:75vw; float:left;
	}
	.frameMargin{
		height:1px;
	}



	.colorBlack{
		color: black;
	}
	.colorWhite{
		color: white;
	}
	.colorGrey{
		color: grey;
	}
	.colorGreen{
		color: green;
	}





	.paddingSides1{
		padding-left: 1em;
		padding-right: 1em;
	}