/*
 * Base structure
 */

body {
  background-image: url("../img/IMG_20241223_122855.jpg");  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }

.shadowed {
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 15px;
}