body {
  background-color: #595959;
  background-image: url('IMG_0536.jpeg');
	background-position: repeat;
  font-size: 18px;
  font-family: "Palatino Linotype", Palatino, Baskerville, "Baskerville Old Face", Garamond, serif;
  margin: 100px;
}

p {
color: white;	
}

h1 {
color: white;	
}

h2 {
color: white;	
}

h3 {
color: #fd3d60;	
}

a {
color: #fd3d60;	
font-style: none;
text-decoration: none;
}

a:hover {
font-weight: bold;
}

div {
background-color: #595959;	
padding: 30px;
height: auto;
width: auto;
}