/** do not delete - placeholder file to be used if no custom-style.css file is provided */

body {
  background-color: #ffffff; /* White background */
}

/* Apply to your main content container or section */
.container {
  border: 5px solid black;   /* Thick black border */
  padding: 20px;
  border-radius: 15px;
}
