body {background-color: orange;}

div {
	background-color: orange; 
	opacity: 0.5;	
}

div {
	background-color: orange; 
	opacity: 0.5;	
}

img {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  width: 200px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 60%;
  display: inline-block;
}
/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: gray;
}

/* mouse over link */
a:hover {
  color: yellow;
}

/* selected link */
a:active {
  color: red;
}

body {
  background-image: url("palmSunsetEdit.jpg");
  background-repeat: no-repeat;
  background-size: 2000px 960px;
}

figcaption {
  color: white;
}