html, body {
	height: 100%;
}

body {
	background-color: indigo;
	background-image: url("https://www.transparenttextures.com/patterns/argyle.png");
	/* background-repeat: no-repeat; */
	background-attachment: fixed;
	border-width: 10px;
	border-style: solid;
	border-color: moccasin;
	border-top-style: dotted;
	border-left-width: 5px;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

p {
	color: black;
	font-weight: bold;
	border-bottom: 5px solid green;
	background-color: yellow;
	text-align: right;
}

div {
	background-color: white;
	border: 1px solid black;
	/* width: 400px; */
	height: 100px;
	width: 50%;
}

div h1 {
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	text-decoration: underline overline dashed red;
}

ul {
	list-style-type: square;
}
