/*WeirdFunFactsQuizStyle.css to accompany WeirdFunFactsQuizMain.htm*/

body
{
      background-image: url("fruitpicture.jpeg");
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			color: #000000;
			font-family: "Gill Sans MT";
}

h1
{
      color: #000000;
}

fruitlogo
{
      outline: 3px solid #000000;
}