@charset "utf-8";
/* CSS Document */

body {
  background-image: url("coffee_background.avif");
  background-repeat: repeat;
}
.center {
  margin-left: auto;
  margin-right: auto;
	margin-top: 40px;
	background-color: white;
}