.all-browsers
image border {
  border: 400px solid;
  border-image-source:url:"pics/Dramas.png"
  border-image-slice:150;
  border-image-repeat: round;
}


body
  {
   background-image: url("pics/quiltbg5.png");
  background-color: #cccccc;

	margin:0;
	padding:0;
}

body {
  


  color: 			#CC8899;
  font-family: Times New Roman;
  h1 {
  color: black;
  }
  h2 {
    color: #fcf5d2;
}
.outer
{
   border: 14px solid;
  border-image-source:url:("pics/Dramas.png") 6 fill round;
  border-image-slice:150;
  border-image-repeat: round;
  margin-top:16px;
	margin-bottom:16px;
	margin-left:auto;
	margin-right:auto;
	border:solid 13px ;
	border-radius: 35px;
	width:800px;
}

.wrap
{
	margin-top:16px;
	margin-bottom:16px;
	margin-left:auto;
	margin-right:auto;
	border:solid 28px pink;
	border-radius: 35px;
	width:800px;
	background: 	#cfebfc;
	
}
/*
Source - https://stackoverflow.com/q/45811079
Posted by Code ninja, modified by community. See post 'Timeline' for change history
Retrieved 2026-04-10, License - CC BY-SA 3.0
*/

.wrapper {
  background-image: url(pics/kidpix6.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header
{
	padding:16px;
	font-size:32px;
	text-align:center;
	border-bottom:solid 3px #6dc5f7;
}

.nav
{
	font-size:20px;
	text-align:center;
	padding:8px;
	border-bottom:solid 3px #6dc5f7;
}

.nav a
{
	color:blue;
}

progress[value] {
  width: 250px;
  height: 20px;
}

.page-content
{
	padding-left:16px;
	border-bottom:solid 3px transparent;
	min-height:400px;
}
<style>
a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
</style>

.footer
{
	font-size:18px;
	text-align:center;
}
<!--
Source - https://stackoverflow.com/a
Posted by Clayton, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-08, License - CC BY-SA 2.5
-->

<p style="text-align: center">Text</p>