header {
 background-color: rgb(205,200,255);
 background-image: url(dithc.png);
 border: 20px solid transparent;
 border-image: url(b3.png) 30% round;
 color: rgb(255, 255, 255);
 font-size: 50pt;
 font-family: 'Impact, Arial, serif';  
 text-decoration: underline;
}

body {
 font-family:  'Brush Script MT', cursive;
 font-size: 35px;
 color: magenta;
 background-image: url(owobg.jpg);
}

h1 {
 color: cyan;
 text-align: center;
 font-family: 'Courier New', 'Lucida Console';
 font-size: 10pt;
}

h2 {
 font-family: 'Times New Roman', serif;
 color: rgb(255, 255, 255);
 outline: auto;
 text-align: center;
 background-color: rgb(232, 229, 139);
 background-image: url(c.png);
 background-size: 10%;
 background-blend-mode: overlay;
 padding: 10px;
 margin-bottom: auto;
}

h3 {
 color: rgb(255, 255, 255);
 text-align: center;
 font-style: italic;
 font-family: 'Verdana, Tahoma, serif';
 font-size: 48pt;
 background-image: url(g.jpg);
}

h4 {
 color: red;
 text-align: left;
 font-size: 10pt;
 font-family: 'Impact, Arial, serif';
 border: 10px solid transparent;
 border-image: url(poosi.png) 30% round;
 background-image: url(toastile.jpg);
 background-size: 2%;
}

h5 {
 color: rgb(255, 255, 255);
 text-align: left;
 margin-left: 20px;
 margin-bottom: 20px;
 font-size: 50pt;
 font-family: 'Impact, Arial, serif';
}

p {
 font-family: 'Lucida Console';
 font-size: 20px;
 text-align: center;
}
