body{
 background-image: url("pic8.jpg");
 background-size: 1700px 1000px;
}

h1{
font-family: 'Lobster', cursive;
color: #E75480;
text-align: center;
font-size: 58px;
}

h2{
font-family: 'Shantell Sans', cursive;
color: #FF0000;
text-align: center;
opacity: 100%;
}

#wrapper{
opacity: 50%;
background-color: white;
width:  900px;
margin: auto;
overflow: auto;
}

img{
text-align: center;
opacity: 100%;
}

ul{
font-family: 'Shantell Sans', cursive;
color: #301934;
text-align: center;
opacity: 100%;
}

p{
font-family: 'Shantell Sans', cursive;
color: black;
text-align: center;
opacity: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: pink;
  color: black;
}

.next {
  background-color: pink;
  color: black;
}

.round {
  border-radius: 50%;
}

footer{
text-align: right;
opacity: 1;
}