
body {
background-color: #FFF0FB;
  color: #ffffff;
  -webkit-text-stroke: 1px #FF6BC6;
  font-family: Georgia;
  font-size: 30px;
}

.dropbtn {
  background-color: #FFF0FB;
  color: #ffffff;
  padding: 20px;
  font-size: 20px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF0FB;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: pink;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;}

.img {
  position: relative;
  text-align: center;
  float: left;
  
}

.img1 {
  position: relative;
  text-align: center;
}  

.img2 {
  position: relative;
  text-align: center;
}

.center {
  width: 50%;
}

.figcaption {
  position: relative;
  text-align: center;
}

.figcaption1 {
  position: relative;
  text-align: center;
}



