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

h1{position:absolute;top:330px;Left:1px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

p{
  position:absolute;
  left:380px;top:450px;

}

#headlinehome{
  position: absolute;
  top: 46%;
  z-index: 100;
  left: 10%;
  text-align: center;
  width: 100%;
}

.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:20px;right:20px
   }

   .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: 100%;
       margin: 10px;
       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;
   }
