body{
  background-color: #BE1D49; 
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
  color: white
}

  
  
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #AA336A;
}
li{
  float: left;
}
li a, .dropBtn{
  display: inline-block;
  color: pink;
  text-align: center;
  padding: 12px 14px;
}
li a:hover, .dropDown:hover .dropBtn{
  background-color: #CD2050;
}
li.dropDown{
  display: inline-block;
}
.dropDown-content{
  display: None;
  position: absolute;
  background-color: #5E1531;
  min-width:160px;
  box-shadow: 0px 8px 16px 0px rgba(1,0,1,0.3);
  z-index: 1;
}

.dropDown-content a{
  color:black;
  display:block;
  text-align: left;
}

.dropDown-content a:hover{
  background-color:#f1f2f1;
  color:pink;
}
.dropDown:hover .dropDown-content{
  display:block;
}

.left{
  position: absolute;
  left: 10px;
  width: 600px;
  height: 120px;
  border-color: #f1f2f1;
  border-style: dashed;
  padding-bottom: 700px;
}

.right{
  position: absolute;
  right: 10px;
  width: 520px;
  height: 120px;
   border-color: #f1f2f1;
  border-style: dashed;
  padding-bottom: 4100px;
}
img{
  height: 300px;
  width: 400px;
  position: absolute;
  border-color: #f1f2f1;
  border-style: dashed;
}

