body{
  background-image: url("../image/kiki2.jpg");
  background-repeat: no-repeat;
   background-attachment:fixed;
   background-size: ;
}

.center {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 10%;
     border-radius: 100%;
     padding:1px;
   border:3px solid	#FFFFFF;
   background-color:#white;
   position:absolute;top:10%;right:45%;
   }


h1{color: #FFFFFF;
  font-family: futura;
  position:absolute;

}

p{
  font-family: futura;
  position:absolute;
  top:20%;


}


.dropdown {
  position: relative;
  display: inline-block;
  top:30px;left:60px
}

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

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

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;left:-15px
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}




.dropdown {
  position: relative;
  display: inline-block;
  top:30px;left:60px
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: FFFFFF;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
  z-index: 1;
}

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

.dropdown-content2 a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content2 {
  display: block;left:163px
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}





.dropdown {
  position: relative;
  display: inline-block;
  top:30px;left:60px
}

.dropdown-content3 {
  display: none;
  position: absolute;
  background-color: FFFFFF;
  min-width: 129px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
  z-index: 1;
}

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

.dropdown-content3 a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content3 {
  display: block;left:320px
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}



.container {
    width: 50%;
    height:40%;
    position:absolute;
    top:30%;
    left:40%;
    margin: 20px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.container:before {
    content: "";
    position:absolute;
    background:inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
}
