
         body {
         background-image: url(https://slim-sp.site/img/pxfuelHome2.jpg);
         background-size: 100%;
         background-attachment: fixed; 
         }
         margin: 0;
         font-family: helvetica, arial, sans-serif;
         line-height: 180%;
         text-align: justify;
         color: #333;
         font-size: 13px;
         }
         blockquote {
         margin-left: 15px;
         }
         blockquote blockquote {
         border-left: 2px solid #cdc3cc;
         padding-left: 5px;
         }
         #container {
         margin: 50px auto;
         width: 80%;
         background: #fff;
         padding: 40px;
         border: 10px solid #eee;
         }
         #stats, #information {
         display: inline-block;
         vertical-align: top;
         }
         #stats {
         width: 25%;
         }
         #information {
         width: 70%;
         padding-left: 20px;
         }
         #stats img {
         width: 100%;
         max-width: 190px;
         background: url(USERPIC) center no-repeat;
         background-size: 110px;
         margin-bottom: 10px;
         }
         #stats2, #history {
         display: inline-block;
         vertical-align: top;
         }
         #stats2 {
         width: 20%;
         }
         #history {
         width: 75%;
         }
         #ooc {
         text-align: right;
         letter-spacing: 5px;
         text-transform: uppercase;
         font-size: 10px;
         border-top: 1px solid #bbb;
         padding-top: 5px;
         margin-top: 30px;
         }
         @media only screen and (max-width: 768px) {
         #container {
         width: 90%;
         padding: 20px;
         }
         #stats, #stats2, #information, #history {
         width: 100%;
         max-width: none;
         margin-right: 0;
         margin-left: 0;
         }
         #information {
         padding-left: 0;
         }
         }
 