
body {
	
 /* Main lettering */
    p {
 text-align: center;
 color: pink;
 background: rgb(0 0 50 / 60%);
 padding: 1px;
 margin: auto;
 width: auto;
 }
 
 /* Centers Shit idk how tho */
 .center {
 display: block; 
 margin-left: auto; 
 margin-right: auto; 
 width: 50%; 
 }
 
body}
 
 
 