/*Background Style*/

body{
  background-color: black;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.imageborder{

  position: relative;
  height: 200px;
  width: 200px;
  background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
  border-radius: 50%;
  animation: rotate 1.5s linear infinite;

}

iframe{
  line-height:0px;
}   

.button_home{

  border: none;
  color: white;
  padding: 5px 12px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}

.button{
  border: none;
  color: white;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}


.button1 {
  background-color: black;
  color: #adadad;
  border: 2px solid #383838;
  border-radius: 6px;
}

.button1:hover {
  background-color: #383838;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  text-shadow: 0px 0px 6px rgb(211, 210, 210);
  border-radius: 50px;
  border-color: #494949 !important;   
  transition: all 0.3s ease 0s;
}

.dropbtn {
  background-color: black;
  color: #adadad;
  border: 2px solid #383838;
  border-radius: 6px;
}

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

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

}

.dropdown-content a {
  color: rgb(255, 255, 255);
  padding:  5px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #383838;
  transition-duration: 0.2s;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition-duration: 0s;

}

.dropdown:hover .dropbtn {
  background-color: #383838;
  color: white;
  border: 2px solid black;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
  box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
  text-shadow: 0px 0px 6px rgb(211, 210, 210);
  transition: all 0.4s ease 0s;

}

div{
  text-align:center;
}

div div div{
  transition-delay: 1s;
}

/*Text Style*/
p{

  color: aliceblue;
  text-align: center;
  letter-spacing: 2px;
  font-size: 15px;
}

h2{
  color: azure;
  font-family: cursive;
}
h1{
  color: red;
  text-align: center;
  text-decoration: underline;
}

h3{
  color: rgb(28, 218, 28);
  text-align: center;
  font-family: cursive;
}

h5{
  color: blue;
}