/**
 * Theme Name: SMS Theme
 * Template:   twentytwentyfive
 * ...other header fields
 */
.wibble
 {
	 color:red;
	 font-size:14px;
	 border:thin solid red;
	 width:90%;
 }

 .wobble
 {
	 color:yellow;
	 font-size:12px;
 }

 
.page_header
 {
	color:green;
	font-size:18px;	 
 }
 
 
.page_title
 {
	color:blue;
	font-size:16px;	 
 } 
 .mainstyle
 {
	 border:thick solid black;
 }
 .greypink
 {
	 border:thin dotted red;
	 border-radius:20px;
	 padding:20px;
	 width:100%;
 }