:root {
	/* Change these variables according to your theme */
	--primary: lightblue;
	--accent: #0e34a0;
	--delete: #a00;
	--primary-text: #000000;
	--secondary-text: #dfdfdf;

	/* Window background and default font */
	background-image: url("../background.jpg");
    	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

zero-md {
	border-style: solid;
	border-color: blue;
	border-width: 1px;
	border-radius: 10px;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;

	padding: 10px;

}

body {
	max-width: 55rem;			  /* Keeps the page from overflowing on wide monitors */
	margin: 0.5em auto;		      /* 0.5em is top and bottom margin. 'auto' for left and right centers the body on the page */
	border: 1px solid var(--accent);	/* Surround the content with a solid black border */
	border-radius: 10px;			  /* Round the corners of the body section */
	padding: 0.75rem;			  /* Padding goes between the borders and the internal content */
	background-color: #ffffff;	/* Contrast the body background from the page background */
}
#big-heading {
	text-align: center;
	font-weight: bolder
}
