/* CSS Document */

body {
	padding: 0;
	margin: 0;
	height: 100vh;
	width: 100%;
	font-size: 1.25em;
}

footer {
	color: white; 
	text-align: center;
	margin-top: 1.5em;
	width: 100%;
}
footer_bottom {
	color: white; 
	text-align: center;


	position: absolute;
  	bottom: 0;
	width: 100%;
}
.pic {
	
}
.pic img {
	width: 100%;
    object-fit: cover;
}