body {
  background-color: black;
  color: White;
  font-family: Impact;
  text-align: left;
  background: url('/badassstyle/explosion.png') left top 0px no-repeat black; 
  background-size: auto 100vh;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0%;  
  left: 50%; 
  
}


h1 {font-size: 80px; -webkit-text-stroke: 3px black}
p {font-size: 30px; color: white; -webkit-text-stroke: 1.5px black}

.heading {
  position: relative;
  left: -100%;
}

.maincontentcontainer {position: relative; left: -100%}

  .contentbox {
    position: absolute;
    width: 550px;
    height: 250px;
    right: 0px;
    background-color: #353130;
    background: url('badass wallpaper notext.png'); background-size: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: white;
    padding: 20px;
    text-align: left;
    color: white;
    
  }