body {
  background-image: url(./background.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white
}

h1 {
  color: orange;
}

h2 {
    color: white;
    
}

.introBox {
   background-color: rgba(37, 37, 37, 0.8);
   text-align: center;
   height: auto;
   width: 50%;
   margin: auto;
   border: 3px solid orange;
   padding: 10px;
   padding-top: 10px;
   margin-top:200px;
  line-height: 1.8;

}