
.btn2 {
  position: relative;

}

.btn2:hover {
 
}

#modalContent {
    position: relative;
    top: 30%;
    z-index: 1000;
    text-align: center;
    width: 400px;
    color: black;
    background: #05010180;
    box-shadow: 0px 2px 1px #888282;
}
#modalContent2 {
    position: relative;
    top: 30%;
    z-index: 1000;
    text-align: center;
    width: 270px;
    color: black;
    background: #05010180;
    box-shadow: 0px 2px 1px #888282;
}

#modal1 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
}

#modal1 >a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}

:target {
  display: block!important;
  opacity: 1!important;
}

#modalContent>a {
    position: absolute;
    top: -15px;
    right: -28px;
    color: #f6f7f7;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background: #1b1818;
    border: 4px solid #fff;
    /* border: 4px white; */
    padding: 1px 4px 0px 6px;
}
#modalContent2>a {
    position: absolute;
    top: -15px;
    right: -26px;
    color: #f6f7f7;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background: #1b1818;
    border: 4px solid #fff;
    /* border: 4px white; */
    padding: 1px 4px 0px 6px;
}
#modal2 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
}

#modal2 >a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}
#modal3 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
}

#modal3 >a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}
#modal4 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
}

#modal4 >a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}
#modal5 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
}

#modal5 >a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}
#modal6 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
}

#modal6 >a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}
