@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FAFAFA;
	/*background-image:url(/images/in-studio-2021.jpg);*/
	background-image:url(/images/power-shot-homebackground.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.container {
	margin-top: 24px;
}

.card {
	border-radius: 24px;
}