/* This css is based on gas plasma displays */

p {
  color: #e86a27;
  font-size: 24px;
}

body {
    /* pleace put me inside url("") pleace have mercy */ 
  background-image: url("https://kweshuu.github.io/pictures/artbgsmall.png");
    /* ITS IN FUCKING PICTURES AHHHHHHHHHHH */
  
  background-repeat: no-repeat;
  
    /* it scrolls with the page, not that hard */
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}

div {
  border: solid;
  border-color: #893204;
  width: auto;
    /* gap between borders */
  margin: 12px;
    /* px gap from text to border */
  padding: 12px;
  max-width: 676px;
}
