/*
align-items: Vertical(col) position
justify-content: Horizontal(row) position
flex-direction:
*/

* {
	margin: 0;
	padding: 0;
	text-align: center;
}

.container {
	border-radius: 1em;
	padding: 1em;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0%) 
}

.gallery {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin: 10;
	padding: 10;
	text-align: center;
}

a {
	text-decoration: none;
	cursor: pointer;
}

body{
	background: #FFFFFF;
	color: #3b4347;
	font-size: 100%;
  }
  
canvas{
	width: 100%;
}

p {
	width: 100%;
	background-color: #dbedf0;
}

p.copywrite {
	font-size: xx-small;
}
