.comic-neue-bold {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-style: normal;
  opacity: 0.5;
}

html{
 background-image: url('Images/green.jpg');
 background-size: cover;
}

#BodyText{
  background-color: white;
  stroke: lightgray;
  stroke-width: 3px;
  opacity: 0.5;
  border-radius: 10px;
  padding: 15px
}