body {
  background: Linen;
  margin-top: 50px;
  margin-left: 42px;
  }
 
h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.5em;
  color: FireBrick;
  }
 
p {
  font-family: Georgia, serif;
  font-size: 1.2em;
  color: DarkSlateGray;
  }

#paragraph_widget_id {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif,Verdana, Geneva, sans-serif;
  color:cadetblue;
  font-size: 1.6em;
}

	/* Media query for mobile screens */
	.mdbox {
		width: 82%;
	}

 
  /* Apply a different width in landscape orientation or desktop-sized screens */
	@media (orientation: landscape), (min-width: 1024px) {
    .mdbox {
      width: 56%;
    }
	}
