#main {
width: 1000px;
height: 600px;
background: cyan; 
margin: 25px auto;
border: solid 10px violet
}
h1 {
text-align: center;
font-family: "Bradley Hand ITC";
font: 24pt;
color: blue
}
P {
font-family:"Bradley Hand ITC";
font-size: 25pt;
text-align: center;
color: green;
}
ul {
font-family:"Tempus Sans ITC";
color: cyan;
font-size: 25pt;
}
