body {
	background-image: url("../images/princess-path.jpg");
	background-size: cover;
      background-repeat: no-repeat;
}
h1 {color: #ffffff;
}
.container {
text-align: center;
}

img {
	border: 1px solid #ddd;
  border-radius: 1px;
  padding: 5px;
  width: 500px;
  
}

.text {
	font-size: 15px;
}
.fred {color: #ffffff;
}
#wilma {background-color: #ff0000;
color: #ffffff;
width: 200px;
}
a:link {color: #336699;
font-weight: 700;
}
a:visited {color: #666699;
font-weight: 700;
}
a:hover {background-color: #336699;
color: #cccccc;
font-weight: 700;
font-size: 1.5em;
}
a:active {color: #ffff00;
font-weight: 700;
}