body {
  background-color: #1f1f1f;
   /* background-image: url('bg.png'); keeping this script if i need it later */
}
h1 {
 font-family: "Pixelify Sans", sans-serif;
 font-size: 50px;
 color: #FFF;
 text-align: center;
  margin-top: -10px;
  margin-left: 0px;
}


  .leftsideimg {
  margin-top: 1000px;
  margin-left: 20px;
  }
  #example1 {
  border: 2px solid red;
  border-radius: 25px;
}
p{
    font-family: "Doto", sans-serif;
    text-align: center;
    font-size: 24px;
    color: #FFF;
  }




